wentaoyuan / pcn

Code for PCN: Point Completion Network in 3DV'18 (Oral)
https://wentaoyuan.github.io/pcn/
MIT License
424 stars 85 forks source link

train.py #74

Open xingjinderhuoche opened 4 months ago

xingjinderhuoche commented 4 months ago

Thanks for you good work. But I had a problem in training。I use the car data。 2024-07-10 11:34:03.853393: E tensorflow/core/grappler/optimizers/dependency_optimizer.cc:666] Iteration = 0, topological sort failed with message: The graph couldn't be sorted in topological order. 2024-07-10 11:34:03.857207: E tensorflow/core/grappler/optimizers/dependency_optimizer.cc:666] Iteration = 1, topological sort failed with message: The graph couldn't be sorted in topological order. 2024-07-10 11:34:03.901420: E tensorflow/core/grappler/optimizers/dependency_optimizer.cc:666] Iteration = 0, topological sort failed with message: The graph couldn't be sorted in topological order. 2024-07-10 11:34:03.904537: E tensorflow/core/grappler/optimizers/dependency_optimizer.cc:666] Iteration = 1, topological sort failed with message: The graph couldn't be sorted in topological order.

xingjinderhuoche commented 4 months ago

@wentaoyuan