bubbliiiing / GAN-keras

里面包含许多GAN算法的Keras源码,可以用于训练自己的模型。
MIT License
235 stars 78 forks source link

ACGAN.save_model() #8

Open JohnLoveMm opened 3 years ago

JohnLoveMm commented 3 years ago

大哥,ACGAN里面那个模型该怎么才能保存下来?我是这样写的, acgan = ACGAN(train_x, train_y) acgan.train(epochs=3, batch_size=64, sample_interval=200) acgan.save_model() 当程序运行到保存那一行程序直接崩溃了,不知道怎么才能把模型保存下来,并且能够加载出来。求指教

bubbliiiing commented 3 years ago

acgan是类,你要保存model啊。你要保存里面个generator