BlackMustard
BlackMustard
I'm experiencing the same problem: **Data is not being ingested correctly for feature: returnCode** Does this message have something to do with feature configuration? In my case, I was hoping...
Thank you so much for your kind help! I changed the 512's batch size to 4 and the train code is running! I'm using two Titan Xp GPU and the...
Thank you for the reply! I played some parameters in fit_generator() (`use_multiprocessing=True`, `workers=2`) but still only one gpu was on. I also tried using `multi_gpu_model` from keras.utils, but failed with...