generated from opentensor/bittensor-subnet-template
-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* removing deprecated train_data.py * updating weight and config filenames w version str
- Loading branch information
Showing
4 changed files
with
5 additions
and
293 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# UCFDetector Generalist Configuration | ||
hf_repo: 'bitmind/bm-ucf' # Hugging Face repository for downloading model files | ||
train_config: 'bm-general-config.yaml' # pre-trained configuration file in HuggingFace | ||
weights: 'bm-general.pth' # UCF model checkpoint in HuggingFace | ||
train_config: 'bm-general-config-v1.yaml' # pre-trained configuration file in HuggingFace | ||
weights: 'bm-general-v1.pth' # UCF model checkpoint in HuggingFace |
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,4 +1,4 @@ | ||
# UCFDetector Face Expert Configuration | ||
hf_repo: 'bitmind/bm-ucf' # Hugging Face repository for downloading model files | ||
train_config: 'bm-faces-config.yaml' # pre-trained configuration file in HuggingFace | ||
weights: 'bm-faces.pth' # UCF model checkpoint in HuggingFace | ||
train_config: 'bm-faces-config-v1.yaml' # pre-trained configuration file in HuggingFace | ||
weights: 'bm-faces-v1.pth' # UCF model checkpoint in HuggingFace |
This file was deleted.
Oops, something went wrong.
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