mfbalin / Concrete-Autoencoders

116 stars 31 forks source link

set_learning_phase is depreciated #18

Open ELLarson opened 2 months ago

ELLarson commented 2 months 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' "