You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To do a image segmentation model, you can start with the PyTorch conda pack with slug ``pytorch110_p38_cpu_v1``.
46
+
47
+
#. Run ``pip install timm`` since image segmentation model requires ``timm``.
48
+
#. Then use ``odsc conda init -b your_bucket_name -n bucket_namespace`` to config where to store the published conda pack if you have not done this yet.
49
+
#. Lastly, run ``odsc conda publish -s pytorch110_p38_cpu_v1``.
50
+
#. Once it's done, you can find the path of the pusblished conda pack under the Environment Explorer ``Published`` tab. Refresh the page if you cannot find it.
0 commit comments