shenweichen / DeepCTR

Easy-to-use,Modular and Extendible package of deep-learning based CTR models .
https://deepctr-doc.readthedocs.io/en/latest/index.html
Apache License 2.0
7.57k stars 2.21k forks source link

load model need huge time, more than 30mins , still running #430

Open warmdog opened 3 years ago

warmdog commented 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.

warmdog commented 2 years ago

帮忙看下,谢谢了

Looking forward your replay