-
Notifications
You must be signed in to change notification settings - Fork 8
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
fit_generator not working for yolo3_generator #70
Comments
@alefjonathan29 can you tell me what version of tensorflow (python module) and OS do you have ? |
Hi, @maju116. I'm including the requested information here.
|
@alefjonathan29 Issue with custom R generators is unfortunately coming back to me all the time. In current version of R I will investigate this but it could take some time. For now you can do one of two things:
But this solution will work only for small datasets.
But here you won't have full functionality like callbacks. Hope this helps for now. |
@maju116, thank you very much for your help, I'm still having some errors. I will be waiting for the new versions of the platypus package. Congratulations for all your effort and work, I know it is not easy. |
@alefjonathan29 please install It's still work in progress, but I hope it will be enough for now. Let me know if it's working for you. |
@maju116, I haven't found success yet. When I put it to running:
I get the error:
|
@alefjonathan29 This solution works for #82 (at least partially) . I didn't test it for older python versions yet, so if it's possible could you upgrade python version to at least 3.7 and check if it's working for you ? I will try to add more CI tests soon. |
When trying to run the BCCD example, with the data set and the code provided, the following error is displayed:
Error in py_call_impl(callable, dots$args, dots$keywords) :
StopIteration:
Detailed traceback:
File "/Users/alefjonathan/Library/r-miniconda/envs/r-reticulate/lib/python3.6/site-packages/tensorflow/python/util/deprecation.py", line 324, in new_func
return func(*args, **kwargs)
File "/Users/alefjonathan/Library/r-miniconda/envs/r-reticulate/lib/python3.6/site-packages/tensorflow/python/keras/engine/training.py", line 1479, in fit_generator
initial_epoch=initial_epoch)
File "/Users/alefjonathan/Library/r-miniconda/envs/r-reticulate/lib/python3.6/site-packages/tensorflow/python/keras/engine/training.py", line 66, in _method_wrapper
return method(self, *args, **kwargs)
File "/Users/alefjonathan/Library/r-miniconda/envs/r-reticulate/lib/python3.6/site-packages/tensorflow/python/keras/engine/training.py", line 815, in fit
model=self)
File "/Users/alefjonathan/Library/r-miniconda/envs/r-reticulate/lib/python3.6/site-packages/tensorflow/python/keras/engine/data_adapter.py", line 1112, in init
model=model)
The text was updated successfully, but these errors were encountered: