Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • KIproBatt/ai/electrode-image-segmentation
1 result
Show changes
Commits on Source (2)
......@@ -43,7 +43,9 @@ CUDA == your version
3.1 Check if Paddleseg is installed successfully:
After the installation is complete, use python/python3 to enter the Python interpreter, then
import paddle
paddle.utils.run_check()
......