Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix replicate.yaml #1

Merged
merged 1 commit into from
Jan 29, 2020
Merged

Conversation

andreasjansson
Copy link

  • workdir pointed to the evaluation directory, but the results_replicate.py file referenced modules from the root
  • A couple missing dependencies
  • External files (like weights etc) either have to be in a subdirectory of the replicated folder (though they don't have to be in git), or downloaded from the internet using the download
  • I added an audio output type (documented here)

replicate check now fails with this internal Keras error: WARN[0020] File "/root/.pyenv/versions/3.6.10/lib/python3.6/site-packages/tensorflow/python/keras/engine/base_layer.py", line 2015, in __init__ WARN[0020] self.node_def = node_def_pb2.NodeDef.FromString(node_def) WARN[0020] TypeError: a bytes-like object is required, not 'dict'

@gabolsgabs gabolsgabs merged commit 57c6c87 into gabolsgabs:replicate Jan 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants