Update trainer.py
Browse files- trainer.py +3 -1
trainer.py
CHANGED
|
@@ -14,7 +14,9 @@ Requirements:
|
|
| 14 |
pip install transformers diffusers torchvision tqdm
|
| 15 |
pip install git+https://github.com/AbstractEyes/geofractal
|
| 16 |
|
| 17 |
-
|
|
|
|
|
|
|
| 18 |
"""
|
| 19 |
|
| 20 |
from __future__ import annotations
|
|
|
|
| 14 |
pip install transformers diffusers torchvision tqdm
|
| 15 |
pip install git+https://github.com/AbstractEyes/geofractal
|
| 16 |
|
| 17 |
+
Currently running like a turtle, will optimize tomorrow.
|
| 18 |
+
|
| 19 |
+
apache 2.0 license
|
| 20 |
"""
|
| 21 |
|
| 22 |
from __future__ import annotations
|