Skip to content

Commit 21600e1

Browse files
authored
Merge pull request #30 from enesozeren/report_j
Report
2 parents cfb6fa5 + bcc882c commit 21600e1

File tree

9 files changed

+92
-40
lines changed

9 files changed

+92
-40
lines changed

README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,10 @@ https://hate-speech-detection-cloudrun-api-sjx4y77sda-ey.a.run.app/predict_label
103103
```
104104

105105
## Training
106-
TBD
106+
To train the model, specify a hyperparameter yaml file and use
107+
```bash
108+
python mlops_project/train_model.py --config=mlops_project/config/config-defaults-sweep.yaml
109+
```
107110

108111
## Docker
109112

mlops_project/train_model.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -111,4 +111,4 @@ def main():
111111
os.remove(os.path.join(checkpoint_path, "best-checkpoint.ckpt"))
112112

113113

114-
wandb.agent(sweep_id, function=main, count=3)
114+
wandb.agent(sweep_id, function=main, count=8)

reports/.Rhistory

Whitespace-only changes.

reports/README.md

+87-38
Large diffs are not rendered by default.

reports/figures/Q14-1.png

160 KB
Loading

reports/figures/Q14-2.png

132 KB
Loading
308 KB
Loading

reports/figures/overview.png

-105 KB
Binary file not shown.

reports/figures/wandb.png

-87.9 KB
Binary file not shown.

0 commit comments

Comments
 (0)