Open bearzx opened 4 years ago
Hi @bearzx - thanks for posting this. Can you provide a link to example code such that this error can be reproduced? Thanks!
Sure here we go: https://jsfiddle.net/jy6gabs4/ . Open the dev console you should be able to see the error.
It's pretty much a direct run from the example folder.
Sorry for the late response.
The reason for the error is that you are passing the model.json
instead of the manifest.json
which is what it expects.
I am leaving this issue open because that is an extremely unhelpful error and we should handle this better. Perhaps we can look for a manifest.json
in the same directory as the model.json
. At the very least we can give you a better error message.
Dear ml5 community,
I'm submitting a new issue. Please see the details below.
β Step 1: Describe the issue π
Hello,
I was just playing with DCGAN example, and got an error like this:
The setup was pretty straight-forward. I just pulled down all the code, and changed the local paths (for ml5@0.5.0 and dcgan model) to remote ones.
It seems like it might have something to do with tfjs-core. Any idea on what's happening here?
β Step 2: Screenshots or Relevant Documentation πΌ
β Step 3: Share an example of the issue π¦
Other relevant information, if applicable
β Describe your setup π¦