idiap / importance-sampling

Code for experiments regarding importance sampling for training neural networks
Other
320 stars 60 forks source link

tensorflow and keras versions #35

Open zeydabadi opened 3 years ago

zeydabadi commented 3 years ago

Can you please state the exact version of tensorflow and keras that is compatible with your package?

angeloskath commented 3 years ago

Tensorflow 1.13 and Keras 2.0 should work. You can also check #25 regarding the incompatibilities.

Cheers, Angelos

QuetzalcoatlRosso commented 3 years ago

Here is a working example (as of earlier this year): https://github.com/ibarrien/Adam-with-Bandit-Sampling/blob/main/banditutils/setup.py

Specifically: "tensorflow==1.13.1"
"keras==2.2.4"

See in general that repo: https://github.com/ibarrien/Adam-with-Bandit-Sampling/