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.
SDK 6.73.208: Custom evaluation_params, key metrics in the report and…
… JSON file (#10) --------- Co-authored-by: Nikolai Petukhov <[email protected]>
- Loading branch information
1 parent
bdcf333
commit 2b6bef6
Showing
4 changed files
with
58 additions
and
9 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,2 @@ | ||
# git+https://github.com/supervisely/supervisely.git@model-benchmark | ||
supervisely[model-benchmark]==6.73.201 | ||
supervisely[model-benchmark]==6.73.208 |
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.201 | ||
FROM supervisely/base-py-sdk:6.73.208 | ||
|
||
RUN python3 -m pip install supervisely[model-benchmark]==6.73.201 | ||
RUN python3 -m pip install supervisely[model-benchmark]==6.73.208 | ||
|
||
LABEL python_sdk_version=6.73.201 | ||
LABEL python_sdk_version=6.73.208 |
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