Spaces:
Runtime error
Runtime error
NimaBoscarino
commited on
Commit
•
a2f002e
1
Parent(s):
0ac7763
print path for debug
Browse files- climategan/trainer.py +1 -0
climategan/trainer.py
CHANGED
@@ -357,6 +357,7 @@ class Trainer:
|
|
357 |
climategan.Trainer: Loaded and resumed trainer
|
358 |
"""
|
359 |
p = resolve(path)
|
|
|
360 |
assert p.exists()
|
361 |
|
362 |
c = p / "checkpoints"
|
|
|
357 |
climategan.Trainer: Loaded and resumed trainer
|
358 |
"""
|
359 |
p = resolve(path)
|
360 |
+
print(p)
|
361 |
assert p.exists()
|
362 |
|
363 |
c = p / "checkpoints"
|