CGAN-mnist
CGAN-mnist copied to clipboard
这是利用条件GAN(CGAN)实现生成MNIST图像的代码
Traceback (most recent call last): File "d:\work_paul\11_new_workspace\a_inference\CGAN-mnist-master\ceshi.py", line 11, in cgan = CGAN(cfg,weight_path) File "d:\work_paul\11_new_workspace\a_inference\CGAN-mnist-master\CGAN\CGAN.py", line 57, in __init__ self.cgan.load_weights(weight_path,by_name=True) File "D:\softwres\py\lib\site-packages\keras\utils\traceback_utils.py", line 70, in error_handler raise e.with_traceback(filtered_tb) from None...
每次epoch到32次都提示这个错误 IndexError Traceback (most recent call last) in () 13 14 if __name__ == '__main__': ---> 15 run_main() 1 frames in train(self, train_datagen, epoch, k, batch_size) 213 if ep %...