Unsupervised-Attention-guided-Image-to-Image-Translation icon indicating copy to clipboard operation
Unsupervised-Attention-guided-Image-to-Image-Translation copied to clipboard

Topological sort failed

Open CodingMice opened this issue 5 years ago • 0 comments

I tried to run the code in Tensorflow 1.12.0 cuda9 cudnn7.5 (GTX 1080Ti), but an error happened. "tensorflow/core/grappler/optimizers/dependency_optimizer.cc:666] Iteration = 0, topological sort failed with message: The graph couldn't be sorted in topological order." It seems like the graph has a loop, and I can not save the trained model.

CodingMice avatar Jul 01 '19 08:07 CodingMice