ChildishChange

Results 1 issues of ChildishChange

**Describe the bug(问题描述)** get a valueError when running deepfm demo **To Reproduce(复现步骤)** ```python # fail and get ValueError: Could not interpret optimizer identifier: model.compile(optimizer=tf.keras.optimizers.Adam(learning_rate=learning_rate), loss="binary_crossentropy", metrics=['accuracy','binary_crossentropy', tf.keras.metrics.AUC(curve='ROC')]) # success model.compile("adam",...