Keras version
Hi,
Thanks for this beautiful work. Just a question : what is the version of keras used for this, please ?
Agathe
Hi ! It is supposed to work with the latest versions of Keras. If you encounter compatibility issues with any version, can you specify which one, so that I can check on the issue ?
Thanks !
Yes I had to make some small changes on the packages import by replacing :
-
from keras.engine import Modelbyfrom keras.engine.training import Model -
from keras.utils import Sequence, GeneratorEnqueuer, OrderedEnqueuerbyfrom tensorflow.keras.utils import Sequence, GeneratorEnqueuer, OrderedEnqueuer -
from keras.optimizers import Adambyfrom tensorflow.keras.optimizers import Adam
Also the dropbox link in the example.py file does not work anymore.
Thanks ! I'll look into that immediately. I've updated the dropbox link, it should work now. Which version of Keras and TensorFlow are you using ?
I'm using the version 2.6.0 of Keras and Tensorflow.
@agatheminaro I want to know that which one you are using?Tensorflow or Tensorflow-gpu? and @cyprienruffino What tf and Keras versions did you use when developing this extension? Because I can only run with tf-CPU now, but the speed is too slow, but the various versions of TF-GPU are not successful.