-
Notifications
You must be signed in to change notification settings - Fork 0
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 in training network #2
Comments
It looks like the parallel spawner is looking for an attribute instead of a function here. I don't have a windows dev environment to try and debug it, but an easy fix would be to just use the non-parallel loader functions. |
That fixed it thanks! |
Oh, this now looks like a python2 vs 3 issue. I only ever trained using python2. That might actually explain the versioning with multiprocessing a bit better as well. It's another fairly straight forward fix, but quite a few more edits. |
I've successfully gone on to train the model, but now when running TestInfer.py I get the following error: |
This looks like a change in the keras module. This stackoverflow answer may be able to provide an option of updating it: https://stackoverflow.com/a/57321117 |
When I run Train_3DConv_Binary.py on the annotated dataset I get the following errors:
I'm running the code on Windows 10 and using the same versions of software listed in the documentation: Python 3.6.2, Tensorflow 1.2.1, Keras 2.0.6, OpenCV 3.3.0, R 3.3.0
The text was updated successfully, but these errors were encountered: