mfbalin / Concrete-Autoencoders

112 stars 31 forks source link

set_learning_phase is depreciated #18

Open ELLarson opened 3 weeks ago

ELLarson commented 3 weeks ago

set_learning_phase is depreciated in Keras, thus the ConcreteAutoencoderFeatureClass cannot be run. It throws the error: "AttributeError: module 'keras.api.backend' has no attribute 'set_learning_phase' "