-
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.
- Loading branch information
1 parent
b256c0b
commit 87823c8
Showing
12 changed files
with
167 additions
and
160 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
Binary file added
BIN
+118 KB
...56_48/train/events.out.tfevents.1704333419.rileydrizzy-loganomalyd-4sx6qf9kyal.12825.0.v2
Binary file not shown.
Binary file not shown.
Binary file not shown.
Large diffs are not rendered by default.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,11 @@ | ||
# replace placeholders and rename this file to `environ_variables.sh` | ||
#!/bin/ | ||
#./environ_variables.sh | ||
# Set Kaggle Username and Key | ||
export KAGGLE_USERNAME=username | ||
export KAGGLE_KEY=xxxxxxxxxxxxxx | ||
|
||
# Set MLFLOW_TRACKING_USERNAME and MLFLOW_TRACKING_PASSWORD | ||
export MLFLOW_TRACKING_URI=xxxxxxxxxxxxxx | ||
export MLFLOW_TRACKING_USERNAME=xxxxxxxxxxxxxx | ||
export MLFLOW_TRACKING_PASSWORD=xxxxxxxxxxxxxx |
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 |
---|---|---|
|
@@ -25,4 +25,7 @@ params: | |
cm_threshold: 0.5 | ||
|
||
model_name: | ||
"1DCNN" | ||
"11DCNN" | ||
|
||
save_to_mlflow: | ||
True |
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
Oops, something went wrong.