Open warmdog opened 3 years ago
Describe the bug(问题描述)
two steps: 1: from tensorflow.python.keras.models import save_model,load_model save_model(model, 'DeepFM.h5')
1 worked,
2: from deepctr.layers import custom_objects reconstructed_model = load_model('DeepFM.h5',custom_objects) it is still running ... more than 30mins .
Operating environment(运行环境):
Additional context Add any other context about the problem here.
帮忙看下,谢谢了
Looking forward your replay
Describe the bug(问题描述)
two steps: 1: from tensorflow.python.keras.models import save_model,load_model save_model(model, 'DeepFM.h5')
1 worked,
2: from deepctr.layers import custom_objects reconstructed_model = load_model('DeepFM.h5',custom_objects) it is still running ... more than 30mins .
Operating environment(运行环境):
Additional context Add any other context about the problem here.