Stephen
Results
3
comments of
Stephen
I'm having the same issue, I shall post a solution if I can find it.
n_workers=None will cause an error as you don't initialize any workers, try n_workers=10.
Those warning shouldn't be a problem. As a quick test, what happens when you run a keras.applications ResNet50?