We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Thanks for your work. I run the command:python app.py -t index. It will show me that:
WARNING:tensorflow:Model was constructed with shape (None, 96, 96, 3) for input Tensor("input_1:0", shape=(None, 96, 96, 3), dtype=float32), but it was called on an input with incompatible shape (15, 978, 1766, 3). WARNING:tensorflow:Model was constructed with shape (None, 96, 96, 3) for input Tensor("input_1:0", shape=(None, 96, 96, 3), dtype=float32), but it was called on an input with incompatible shape (15, 978, 1766, 3). chunk_seg@30293[I]:received "control" from gateway▸chunk_seg-head▸chunk_seg-1▸⚐ chunk_seg@30293[I]:received "index" from gateway▸⚐ chunk_seg@30299[I]:received "index" from gateway▸chunk_seg-head▸⚐ chunk_seg@30296[I]:received "index" from gateway▸chunk_seg-head▸chunk_seg-1▸⚐ tf_encode@30450[I]:received "index" from gateway▸chunk_seg-head▸chunk_seg-1▸chunk_seg-tail▸⚐ tf_encode@30456[I]:received "index" from gateway▸chunk_seg-head▸chunk_seg-1▸chunk_seg-tail▸tf_encode-head▸⚐ WARNING:tensorflow:Model was constructed with shape (None, 96, 96, 3) for input Tensor("input_1:0", shape=(None, 96, 96, 3), dtype=float32), but it was called on an input with incompatible shape (15, 424, 811, 3). WARNING:tensorflow:Model was constructed with shape (None, 96, 96, 3) for input Tensor("input_1:0", shape=(None, 96, 96, 3), dtype=float32), but it was called on an input with incompatible shape (15, 424, 811, 3). tf_encode@30450[I]:received "control" from gateway▸chunk_seg-head▸chunk_seg-2▸chunk_seg-tail▸tf_encode-head▸tf_encode-2▸⚐ WARNING:tensorflow:Model was constructed with shape (None, 96, 96, 3) for input Tensor("input_1:0", shape=(None, 96, 96, 3), dtype=float32), but it was called on an input with incompatible shape (15, 1280, 1280, 3). WARNING:tensorflow:Model was constructed with shape (None, 96, 96, 3) for input Tensor("input_1:0", shape=(None, 96, 96, 3), dtype=float32), but it was called on an input with incompatible shape (15, 1280, 1280, 3). tf_encode@30453[I]:received "index" from gateway▸chunk_seg-head▸chunk_seg-2▸chunk_seg-tail▸tf_encode-head▸tf_encode-2▸⚐ chunk_idx@30883[I]:received "index" from gateway▸chunk_seg-head▸chunk_seg-2▸chunk_seg-tail▸tf_encode-head▸tf_encode-2▸tf_encode-tail▸⚐ chunk_idx@30889[I]:received "index" from gateway▸chunk_seg-head▸chunk_seg-2▸chunk_seg-tail▸tf_encode-head▸tf_encode-2▸tf_encode-tail▸chunk_idx-head▸⚐ chunk_idx@30889[W]:these bad docs can not be added: [(3, 0), (4, 0)] chunk_idx@30889[E]:'NoneType' object has no attribute 'write'
BTW. it is hard to debug. I can't find the source code....
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Thanks for your work. I run the command:python app.py -t index. It will show me that:
BTW. it is hard to debug. I can't find the source code....
The text was updated successfully, but these errors were encountered: