keras_multi_gpu icon indicating copy to clipboard operation
keras_multi_gpu copied to clipboard

Multi-GPU training for Keras

Results 2 keras_multi_gpu issues
Sort by recently updated
recently updated
newest added

Hi, I try to use this method to parallel my model. but it may do not work. For example, I use 3 gpus. but actually it seem use one gpu....

Hi, seems like it's not able to split the tensors every time. I get "incompatible shapes". Perhaps it cannot handle odd lengths? ``` nvalidArgumentError: Incompatible shapes: [17,258] vs. [35,258] [[Node:...