dkeras icon indicating copy to clipboard operation
dkeras copied to clipboard

Distributed Keras Engine, Make Keras faster with only one line of code.

Results 3 dkeras issues
Sort by recently updated
recently updated
newest added
trafficstars

I have a model based on keras and it takes about 25 seconds for inference. I wanted to speed this up and implemented dkreas but I didnt get the performance...

Hello, I have two workers in Linux or perhaps windows. They are in the same local network but with different IP address. If I want to configure distributed keras training,...

``` File "/root/anaconda3/envs/tf13/lib/python3.6/site-packages/dkeras/workers/worker.py", line 109, in worker_task TypeError: predict() got an unexpected keyword argument 'callbacks' ``` what is tensorflow and keras 's version? my tensorflow and keras: keras Version: 2.3.1...