generated from supervisely-ecosystem/ecosystem-app-template-gui
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade SDK version to 6.73.239. Support for Semantic Segmentation. B…
…ug fixes (#14)
- Loading branch information
1 parent
1188b87
commit 49c41ea
Showing
7 changed files
with
85 additions
and
61 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,8 @@ | ||
# git+https://github.com/supervisely/supervisely.git@model-benchmark | ||
supervisely[model-benchmark]==6.73.215 | ||
supervisely[model-benchmark]==6.73.239 | ||
|
||
# torch==1.13.0 | ||
# torchvision==0.14.0 | ||
# torch==1.12.1+cu113 --extra-index-url https://download.pytorch.org/whl/cu113 | ||
# torchvision==0.13.1+cu113 --extra-index-url https://download.pytorch.org/whl/cu113 | ||
# cupy-cuda111 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
FROM supervisely/base-py-sdk:6.73.208 | ||
|
||
RUN python3 -m pip install supervisely[model-benchmark]==6.73.215 | ||
RUN python3 -m pip install supervisely[model-benchmark]==6.73.239 | ||
|
||
LABEL python_sdk_version=6.73.215 | ||
LABEL python_sdk_version=6.73.239 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters