Upload ProDiff/training_output.log with huggingface_hub
Browse files
ProDiff/training_output.log
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Running on device: cuda:0
|
| 2 |
+
Traceback (most recent call last):
|
| 3 |
+
File "/root/ProDiff/main.py", line 254, in <module>
|
| 4 |
+
main()
|
| 5 |
+
File "/root/ProDiff/main.py", line 117, in main
|
| 6 |
+
cfg_ns = {k: SimpleNamespace(**v) if isinstance(v, dict) else v for k, v in base_config_dict.items()}
|
| 7 |
+
AttributeError: 'types.SimpleNamespace' object has no attribute 'items'
|