nie-lang / UnsupervisedDeepImageStitching

TIP2021 - Unsupervised deep image stitching network
311 stars 46 forks source link

E : topological sort failed with message: The graph couldn't be sorted in topological order. #21

Open leafecl opened 2 years ago

leafecl commented 2 years ago

when I train your model, The following errors occur. I don know how to solve it.

image

My cuda version is 10.0.130. cudnn version is 7.4.2 python 3.6 numpy 1.18.1 tensorflow-gpu 1.13.1 tensorlayer 1.8.0

The same error occurs even when executed in cpu. image

nie-lang commented 2 years ago

The message (topologic sort failed ...) can be ignored.

In my training process, it also occurs, but it does not affect the training process.

Here's the output message of my training process: 1647312803(1)

leafecl commented 2 years ago

Oh,I got it. Thank you for reply!