8000 Errors when using voice converse example · Issue #298 · athena-team/athena · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Errors when using voice converse example #298
Open
@xinkez

Description

@xinkez

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.
]

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0