YOLO run setup
Browse files- colab_test_file.txt +0 -1
- scripts/train.py +1 -1
colab_test_file.txt
DELETED
|
@@ -1 +0,0 @@
|
|
| 1 |
-
This file was created in Google Colab and pushed to the Hugging Face repo.
|
|
|
|
|
|
scripts/train.py
CHANGED
|
@@ -73,7 +73,7 @@ def main():
|
|
| 73 |
per_device_train_batch_size=2,
|
| 74 |
gradient_accumulation_steps=8,
|
| 75 |
learning_rate=1e-4,
|
| 76 |
-
num_train_epochs=
|
| 77 |
logging_dir="./logs",
|
| 78 |
logging_steps=10,
|
| 79 |
save_steps=1000,
|
|
|
|
| 73 |
per_device_train_batch_size=2,
|
| 74 |
gradient_accumulation_steps=8,
|
| 75 |
learning_rate=1e-4,
|
| 76 |
+
num_train_epochs=3,
|
| 77 |
logging_dir="./logs",
|
| 78 |
logging_steps=10,
|
| 79 |
save_steps=1000,
|