-
Notifications
You must be signed in to change notification settings - Fork 19.6k
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
call_back_error when using multi_gpu_model #10218
Comments
https://keras.io/utils/#multi_gpu_model
try this
use like this |
@birolkuyumcu thank you! actually problem was solved when I set "save_weights_only=True" **** |
do you try to load saved weights ? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
when I use multi_gpu_model ,I can train it on the first epoch
but when it comes to the 2nd epoch , there are errors about save_model and deepcopy on callbacks
could anyone help me ?
FYI :when I don't use multi_gpu_model ,it doesn't exist
keras :2.1.0
tensorflow 1.4.0
ubuntu16.04
my callback function is
here is the error
The text was updated successfully, but these errors were encountered: