CIMCB / cimcb

cimcb is a package containing the necessary tools for the statistical analysis of untargeted and targeted metabolomics data.
MIT License
11 stars 3 forks source link

Compatibility with keras and tensorflow #3

Open sarahannbowser opened 3 years ago

sarahannbowser commented 3 years ago

Hello, you have a compatibility with more recent versions of the tensorflow and keras wrapper relationship. All of your lines need to be upgraded as such or you need to update with a requirement for older versions.

This is a great project! Thanks for your excellent publication and github repo.

from keras.optimizers import SGD

from tensorflow.keras.optimizers import SGD

ma-mawhin commented 2 years ago

Hello, Having the same problem, is the repo no longer maintained?