解决KeyError: “The name ‘FID_Inception_Net/pool_3:0’ refers to a Tensor which does not exist. The operation, ‘FID_Inception_Net/pool_3’, does not exist in the graph.”
参考:https://github.com/bioinf-jku/TTUR/issues/42
在Linux运行在服务器上TransGAN,载入训练模型中遇到的问题 GANs 中计算Fréchet Inception Distance (FID)部分问题。原作者将于2020年出现fid.py代码做了更新但还有问题。
解决方法
三个函数三个函数create_inception_graph”,“_get_inception_layer”,“get_activations” 中 FID_Inception_Net 删去。
报错信息
