运行"experiments.py“时发生了以下错误(我试图重新生成论文的结果):
ModuleNotFoundError: No module named 'tensorflow_federated.python.research'如果你能给我一些建议,我将不胜感激。
发布于 2020-03-23 14:56:50
本研究项目遵循TensorFlow联邦使用巴泽尔构建系统的实践。python脚本不能直接运行。
安装bazel后,尝试以下命令行:
$ bazel run \
tensorflow_federated/python/research/gans/experiments/emnist:run_experimentshttps://stackoverflow.com/questions/60815004
复制相似问题