-
Notifications
You must be signed in to change notification settings - Fork 1
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
3dd9bff
commit 433521d
Showing
122 changed files
with
578 additions
and
24 deletions.
There are no files selected for viewing
21 changes: 21 additions & 0 deletions
21
mlartifacts/127696324563484369/b01e0a9aa23c47438b7b7ba7d8290429/artifacts/model/MLmodel
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 |
---|---|---|
@@ -0,0 +1,21 @@ | ||
artifact_path: model | ||
flavors: | ||
python_function: | ||
config: | ||
device: null | ||
data: data | ||
env: | ||
conda: conda.yaml | ||
virtualenv: python_env.yaml | ||
loader_module: mlflow.pytorch | ||
pickle_module_name: mlflow.pytorch.pickle_module | ||
python_version: 3.9.0 | ||
pytorch: | ||
code: null | ||
model_data: data | ||
pytorch_version: 2.2.1+cpu | ||
mlflow_version: 2.11.3 | ||
model_size_bytes: 438664346 | ||
model_uuid: 5a9b57faf6f1463cbd3552721409e67d | ||
run_id: b01e0a9aa23c47438b7b7ba7d8290429 | ||
utc_time_created: '2024-05-02 11:40:30.063336' |
10 changes: 10 additions & 0 deletions
10
mlartifacts/127696324563484369/b01e0a9aa23c47438b7b7ba7d8290429/artifacts/model/conda.yaml
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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
channels: | ||
- conda-forge | ||
dependencies: | ||
- python=3.9.0 | ||
- pip<=24.0 | ||
- pip: | ||
- mlflow==2.11.3 | ||
- cloudpickle==2.2.1 | ||
- torch==2.2.1 | ||
name: mlflow-env |
3 changes: 3 additions & 0 deletions
3
...ifacts/127696324563484369/b01e0a9aa23c47438b7b7ba7d8290429/artifacts/model/data/model.pth
Git LFS file not shown
1 change: 1 addition & 0 deletions
1
...324563484369/b01e0a9aa23c47438b7b7ba7d8290429/artifacts/model/data/pickle_module_info.txt
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
mlflow.pytorch.pickle_module |
21 changes: 21 additions & 0 deletions
21
...acts/127696324563484369/b01e0a9aa23c47438b7b7ba7d8290429/artifacts/model/metadata/MLmodel
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 |
---|---|---|
@@ -0,0 +1,21 @@ | ||
artifact_path: model | ||
flavors: | ||
python_function: | ||
config: | ||
device: null | ||
data: data | ||
env: | ||
conda: conda.yaml | ||
virtualenv: python_env.yaml | ||
loader_module: mlflow.pytorch | ||
pickle_module_name: mlflow.pytorch.pickle_module | ||
python_version: 3.9.0 | ||
pytorch: | ||
code: null | ||
model_data: data | ||
pytorch_version: 2.2.1+cpu | ||
mlflow_version: 2.11.3 | ||
model_size_bytes: 438664346 | ||
model_uuid: 5a9b57faf6f1463cbd3552721409e67d | ||
run_id: b01e0a9aa23c47438b7b7ba7d8290429 | ||
utc_time_created: '2024-05-02 11:40:30.063336' |
10 changes: 10 additions & 0 deletions
10
...s/127696324563484369/b01e0a9aa23c47438b7b7ba7d8290429/artifacts/model/metadata/conda.yaml
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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
channels: | ||
- conda-forge | ||
dependencies: | ||
- python=3.9.0 | ||
- pip<=24.0 | ||
- pip: | ||
- mlflow==2.11.3 | ||
- cloudpickle==2.2.1 | ||
- torch==2.2.1 | ||
name: mlflow-env |
7 changes: 7 additions & 0 deletions
7
...696324563484369/b01e0a9aa23c47438b7b7ba7d8290429/artifacts/model/metadata/python_env.yaml
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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
python: 3.9.0 | ||
build_dependencies: | ||
- pip==24.0 | ||
- setuptools==49.2.1 | ||
- wheel==0.43.0 | ||
dependencies: | ||
- -r requirements.txt |
3 changes: 3 additions & 0 deletions
3
...96324563484369/b01e0a9aa23c47438b7b7ba7d8290429/artifacts/model/metadata/requirements.txt
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
mlflow==2.11.3 | ||
cloudpickle==2.2.1 | ||
torch==2.2.1 |
7 changes: 7 additions & 0 deletions
7
...facts/127696324563484369/b01e0a9aa23c47438b7b7ba7d8290429/artifacts/model/python_env.yaml
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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
python: 3.9.0 | ||
build_dependencies: | ||
- pip==24.0 | ||
- setuptools==49.2.1 | ||
- wheel==0.43.0 | ||
dependencies: | ||
- -r requirements.txt |
3 changes: 3 additions & 0 deletions
3
...acts/127696324563484369/b01e0a9aa23c47438b7b7ba7d8290429/artifacts/model/requirements.txt
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
mlflow==2.11.3 | ||
cloudpickle==2.2.1 | ||
torch==2.2.1 |
21 changes: 21 additions & 0 deletions
21
mlartifacts/635045586884099391/7e1f9563847d4517ad0074efa17249ec/artifacts/model/MLmodel
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 |
---|---|---|
@@ -0,0 +1,21 @@ | ||
artifact_path: model | ||
flavors: | ||
python_function: | ||
config: | ||
device: null | ||
data: data | ||
env: | ||
conda: conda.yaml | ||
virtualenv: python_env.yaml | ||
loader_module: mlflow.pytorch | ||
pickle_module_name: mlflow.pytorch.pickle_module | ||
python_version: 3.9.0 | ||
pytorch: | ||
code: null | ||
model_data: data | ||
pytorch_version: 2.2.1+cpu | ||
mlflow_version: 2.11.3 | ||
model_size_bytes: 438664346 | ||
model_uuid: 40f150cf53f04c3bbc16c6482581ac60 | ||
run_id: 7e1f9563847d4517ad0074efa17249ec | ||
utc_time_created: '2024-05-02 11:44:37.544109' |
10 changes: 10 additions & 0 deletions
10
mlartifacts/635045586884099391/7e1f9563847d4517ad0074efa17249ec/artifacts/model/conda.yaml
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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
channels: | ||
- conda-forge | ||
dependencies: | ||
- python=3.9.0 | ||
- pip<=24.0 | ||
- pip: | ||
- mlflow==2.11.3 | ||
- cloudpickle==2.2.1 | ||
- torch==2.2.1 | ||
name: mlflow-env |
3 changes: 3 additions & 0 deletions
3
...ifacts/635045586884099391/7e1f9563847d4517ad0074efa17249ec/artifacts/model/data/model.pth
Git LFS file not shown
1 change: 1 addition & 0 deletions
1
...586884099391/7e1f9563847d4517ad0074efa17249ec/artifacts/model/data/pickle_module_info.txt
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
mlflow.pytorch.pickle_module |
21 changes: 21 additions & 0 deletions
21
...acts/635045586884099391/7e1f9563847d4517ad0074efa17249ec/artifacts/model/metadata/MLmodel
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 |
---|---|---|
@@ -0,0 +1,21 @@ | ||
artifact_path: model | ||
flavors: | ||
python_function: | ||
config: | ||
device: null | ||
data: data | ||
env: | ||
conda: conda.yaml | ||
virtualenv: python_env.yaml | ||
loader_module: mlflow.pytorch | ||
pickle_module_name: mlflow.pytorch.pickle_module | ||
python_version: 3.9.0 | ||
pytorch: | ||
code: null | ||
model_data: data | ||
pytorch_version: 2.2.1+cpu | ||
mlflow_version: 2.11.3 | ||
model_size_bytes: 438664346 | ||
model_uuid: 40f150cf53f04c3bbc16c6482581ac60 | ||
run_id: 7e1f9563847d4517ad0074efa17249ec | ||
utc_time_created: '2024-05-02 11:44:37.544109' |
10 changes: 10 additions & 0 deletions
10
...s/635045586884099391/7e1f9563847d4517ad0074efa17249ec/artifacts/model/metadata/conda.yaml
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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
channels: | ||
- conda-forge | ||
dependencies: | ||
- python=3.9.0 | ||
- pip<=24.0 | ||
- pip: | ||
- mlflow==2.11.3 | ||
- cloudpickle==2.2.1 | ||
- torch==2.2.1 | ||
name: mlflow-env |
7 changes: 7 additions & 0 deletions
7
...045586884099391/7e1f9563847d4517ad0074efa17249ec/artifacts/model/metadata/python_env.yaml
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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
python: 3.9.0 | ||
build_dependencies: | ||
- pip==24.0 | ||
- setuptools==49.2.1 | ||
- wheel==0.43.0 | ||
dependencies: | ||
- -r requirements.txt |
3 changes: 3 additions & 0 deletions
3
...45586884099391/7e1f9563847d4517ad0074efa17249ec/artifacts/model/metadata/requirements.txt
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
mlflow==2.11.3 | ||
cloudpickle==2.2.1 | ||
torch==2.2.1 |
7 changes: 7 additions & 0 deletions
7
...facts/635045586884099391/7e1f9563847d4517ad0074efa17249ec/artifacts/model/python_env.yaml
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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
python: 3.9.0 | ||
build_dependencies: | ||
- pip==24.0 | ||
- setuptools==49.2.1 | ||
- wheel==0.43.0 | ||
dependencies: | ||
- -r requirements.txt |
3 changes: 3 additions & 0 deletions
3
...acts/635045586884099391/7e1f9563847d4517ad0074efa17249ec/artifacts/model/requirements.txt
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
mlflow==2.11.3 | ||
cloudpickle==2.2.1 | ||
torch==2.2.1 |
3 changes: 3 additions & 0 deletions
3
mlruns/127696324563484369/b01e0a9aa23c47438b7b7ba7d8290429/meta.yaml
Git LFS file not shown
3 changes: 3 additions & 0 deletions
3
mlruns/127696324563484369/b01e0a9aa23c47438b7b7ba7d8290429/metrics/avg_train_loss
Git LFS file not shown
3 changes: 3 additions & 0 deletions
3
mlruns/127696324563484369/b01e0a9aa23c47438b7b7ba7d8290429/metrics/avg_val_accuracy
Git LFS file not shown
3 changes: 3 additions & 0 deletions
3
mlruns/127696324563484369/b01e0a9aa23c47438b7b7ba7d8290429/metrics/avg_val_loss
Git LFS file not shown
3 changes: 3 additions & 0 deletions
3
mlruns/127696324563484369/b01e0a9aa23c47438b7b7ba7d8290429/metrics/class_0_f1-score
Git LFS file not shown
3 changes: 3 additions & 0 deletions
3
mlruns/127696324563484369/b01e0a9aa23c47438b7b7ba7d8290429/metrics/class_0_precision
Git LFS file not shown
3 changes: 3 additions & 0 deletions
3
mlruns/127696324563484369/b01e0a9aa23c47438b7b7ba7d8290429/metrics/class_0_recall
Git LFS file not shown
3 changes: 3 additions & 0 deletions
3
mlruns/127696324563484369/b01e0a9aa23c47438b7b7ba7d8290429/metrics/class_1_f1-score
Git LFS file not shown
3 changes: 3 additions & 0 deletions
3
mlruns/127696324563484369/b01e0a9aa23c47438b7b7ba7d8290429/metrics/class_1_precision
Git LFS file not shown
3 changes: 3 additions & 0 deletions
3
mlruns/127696324563484369/b01e0a9aa23c47438b7b7ba7d8290429/metrics/class_1_recall
Git LFS file not shown
3 changes: 3 additions & 0 deletions
3
mlruns/127696324563484369/b01e0a9aa23c47438b7b7ba7d8290429/metrics/class_2_f1-score
Git LFS file not shown
3 changes: 3 additions & 0 deletions
3
mlruns/127696324563484369/b01e0a9aa23c47438b7b7ba7d8290429/metrics/class_2_precision
Git LFS file not shown
3 changes: 3 additions & 0 deletions
3
mlruns/127696324563484369/b01e0a9aa23c47438b7b7ba7d8290429/metrics/class_2_recall
Git LFS file not shown
3 changes: 3 additions & 0 deletions
3
mlruns/127696324563484369/b01e0a9aa23c47438b7b7ba7d8290429/metrics/macro_avg_f1-score
Git LFS file not shown
3 changes: 3 additions & 0 deletions
3
mlruns/127696324563484369/b01e0a9aa23c47438b7b7ba7d8290429/metrics/macro_avg_precision
Git LFS file not shown
3 changes: 3 additions & 0 deletions
3
mlruns/127696324563484369/b01e0a9aa23c47438b7b7ba7d8290429/metrics/macro_avg_recall
Git LFS file not shown
3 changes: 3 additions & 0 deletions
3
mlruns/127696324563484369/b01e0a9aa23c47438b7b7ba7d8290429/metrics/weighted_avg_f1-score
Git LFS file not shown
3 changes: 3 additions & 0 deletions
3
mlruns/127696324563484369/b01e0a9aa23c47438b7b7ba7d8290429/metrics/weighted_avg_precision
Git LFS file not shown
3 changes: 3 additions & 0 deletions
3
mlruns/127696324563484369/b01e0a9aa23c47438b7b7ba7d8290429/metrics/weighted_avg_recall
Git LFS file not shown
3 changes: 3 additions & 0 deletions
3
mlruns/127696324563484369/b01e0a9aa23c47438b7b7ba7d8290429/params/batch_size
Git LFS file not shown
3 changes: 3 additions & 0 deletions
3
mlruns/127696324563484369/b01e0a9aa23c47438b7b7ba7d8290429/params/epochs
Git LFS file not shown
3 changes: 3 additions & 0 deletions
3
mlruns/127696324563484369/b01e0a9aa23c47438b7b7ba7d8290429/params/learning_rate
Git LFS file not shown
3 changes: 3 additions & 0 deletions
3
mlruns/127696324563484369/b01e0a9aa23c47438b7b7ba7d8290429/tags/mlflow.log-model.history
Git LFS file not shown
3 changes: 3 additions & 0 deletions
3
mlruns/127696324563484369/b01e0a9aa23c47438b7b7ba7d8290429/tags/mlflow.runName
Git LFS file not shown
3 changes: 3 additions & 0 deletions
3
mlruns/127696324563484369/b01e0a9aa23c47438b7b7ba7d8290429/tags/mlflow.source.name
Git LFS file not shown
3 changes: 3 additions & 0 deletions
3
mlruns/127696324563484369/b01e0a9aa23c47438b7b7ba7d8290429/tags/mlflow.source.type
Git LFS file not shown
3 changes: 3 additions & 0 deletions
3
mlruns/127696324563484369/b01e0a9aa23c47438b7b7ba7d8290429/tags/mlflow.user
Git LFS file not shown
Git LFS file not shown
4 changes: 2 additions & 2 deletions
4
mlruns/213785579199384428/19f4d77d4d184d2e8e186747542f0238/meta.yaml
Git LFS file not shown
3 changes: 3 additions & 0 deletions
3
mlruns/213785579199384428/df21482098114b249d94d15295bd3c75/meta.yaml
Git LFS file not shown
3 changes: 3 additions & 0 deletions
3
mlruns/213785579199384428/df21482098114b249d94d15295bd3c75/params/model_name
Git LFS file not shown
3 changes: 3 additions & 0 deletions
3
mlruns/213785579199384428/df21482098114b249d94d15295bd3c75/tags/mlflow.runName
Git LFS file not shown
3 changes: 3 additions & 0 deletions
3
mlruns/213785579199384428/df21482098114b249d94d15295bd3c75/tags/mlflow.source.name
Git LFS file not shown
3 changes: 3 additions & 0 deletions
3
mlruns/213785579199384428/df21482098114b249d94d15295bd3c75/tags/mlflow.source.type
Git LFS file not shown
3 changes: 3 additions & 0 deletions
3
mlruns/213785579199384428/df21482098114b249d94d15295bd3c75/tags/mlflow.user
Git LFS file not shown
3 changes: 3 additions & 0 deletions
3
mlruns/233986503756200724/52cc35ba871341c18083af5912bb27bf/meta.yaml
Git LFS file not shown
3 changes: 3 additions & 0 deletions
3
mlruns/233986503756200724/52cc35ba871341c18083af5912bb27bf/metrics/avg_train_loss
Git LFS file not shown
3 changes: 3 additions & 0 deletions
3
mlruns/233986503756200724/52cc35ba871341c18083af5912bb27bf/metrics/avg_val_accuracy
Git LFS file not shown
3 changes: 3 additions & 0 deletions
3
mlruns/233986503756200724/52cc35ba871341c18083af5912bb27bf/metrics/avg_val_loss
Git LFS file not shown
3 changes: 3 additions & 0 deletions
3
mlruns/233986503756200724/52cc35ba871341c18083af5912bb27bf/metrics/class_0_f1-score
Git LFS file not shown
3 changes: 3 additions & 0 deletions
3
mlruns/233986503756200724/52cc35ba871341c18083af5912bb27bf/metrics/class_0_precision
Git LFS file not shown
3 changes: 3 additions & 0 deletions
3
mlruns/233986503756200724/52cc35ba871341c18083af5912bb27bf/metrics/class_0_recall
Git LFS file not shown
3 changes: 3 additions & 0 deletions
3
mlruns/233986503756200724/52cc35ba871341c18083af5912bb27bf/metrics/class_1_f1-score
Git LFS file not shown
3 changes: 3 additions & 0 deletions
3
mlruns/233986503756200724/52cc35ba871341c18083af5912bb27bf/metrics/class_1_precision
Git LFS file not shown
3 changes: 3 additions & 0 deletions
3
mlruns/233986503756200724/52cc35ba871341c18083af5912bb27bf/metrics/class_1_recall
Git LFS file not shown
3 changes: 3 additions & 0 deletions
3
mlruns/233986503756200724/52cc35ba871341c18083af5912bb27bf/metrics/macro_avg_f1-score
Git LFS file not shown
3 changes: 3 additions & 0 deletions
3
mlruns/233986503756200724/52cc35ba871341c18083af5912bb27bf/metrics/macro_avg_precision
Git LFS file not shown
3 changes: 3 additions & 0 deletions
3
mlruns/233986503756200724/52cc35ba871341c18083af5912bb27bf/metrics/macro_avg_recall
Git LFS file not shown
3 changes: 3 additions & 0 deletions
3
mlruns/233986503756200724/52cc35ba871341c18083af5912bb27bf/metrics/weighted_avg_f1-score
Git LFS file not shown
3 changes: 3 additions & 0 deletions
3
mlruns/233986503756200724/52cc35ba871341c18083af5912bb27bf/metrics/weighted_avg_precision
Git LFS file not shown
Oops, something went wrong.