Description
Hi,
when I ran the script of examples/vc/vcc2018/run.sh, I got such errors below. Thank you in advance.
[
Traceback (most recent call last):
File "athena/stargan_main.py", line 179, in
train(json_file, GanSolver, 1, 0)
File "athena/stargan_main.py", line 125, in train
p, model, checkpointer = build_model_from_jsonfile_stargan(jsonfile)
File "athena/stargan_main.py", line 105, in build_model_from_jsonfile_stargan
model_name="gan"
File "/backup/Algorithm/xkzhang/codes/athena/athena/utils/checkpoint.py", line 45, in init
super().init(**kwargs, model=model)
File "/8T_raid/xkzhang/venv_athena/lib/python3.5/site-packages/tensorflow_core/python/training/tracking/util.py", line 1779, in init
% (v,))
ValueError: Checkpoint
was expecting a trackable object (an object derived from TrackableBase
), got gan. If you believe this object should be trackable (i.e. it is part of the TensorFlow Python API and manages state), please open an issue.
]