-
Notifications
You must be signed in to change notification settings - Fork 545
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
Error when training model #399
Comments
Running in C Drive now. TF Record files are getting created but another error at the next step. |
TFRecord file created successfully. During handling of the above exception, another exception occurred: Traceback (most recent call last): |
Describe the bug
Failing to convert data to tfrecord
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Initialization of model training
Screenshots
Desktop (please complete the following information):
Additional context
conda_output_log.txt
Oops! Image D:/T-Works cannot be found.
TFRecord file created successfully.
broadcast message Loading data from tfrecord...
Number of training instances: 0
Number of test instances: 0
broadcast failed
Exception in callback _chain_future.._set_state(<Future pendi...tures.py:384]>, <Future at 0x...StopIteration>) at D:\mssha\Apps\Anaconda\envs\openbot\lib\asyncio\futures.py:378
handle: <Handle _chain_future.._set_state(<Future pendi...tures.py:384]>, <Future at 0x...StopIteration>) at D:\mssha\Apps\Anaconda\envs\openbot\lib\asyncio\futures.py:378>
Traceback (most recent call last):
File "D:\mssha\Apps\Anaconda\envs\openbot\lib\asyncio\events.py", line 80, in _run
self._context.run(self._callback, *self._args)
File "D:\mssha\Apps\Anaconda\envs\openbot\lib\asyncio\futures.py", line 380, in _set_state
_copy_future_state(other, future)
File "D:\mssha\Apps\Anaconda\envs\openbot\lib\asyncio\futures.py", line 356, in _copy_future_state
dest.set_exception(_convert_future_exc(exception))
TypeError: StopIteration interacts badly with generators and cannot be raised into a Future
The text was updated successfully, but these errors were encountered: