qq456cvb / Point-Transformers

Point Transformers
MIT License
609 stars 102 forks source link

Have a problem with "python train_partseg.py" #14

Closed ThinhPham24 closed 2 years ago

ThinhPham24 commented 2 years ago

I have a problem when I ran "python train_partseg.py". Please give me on how to solve this problem. Screenshot from 2021-08-09 02-40-30

qq456cvb commented 2 years ago

Hi, it seems that your hydra version is either too high or too low, please consider installing hydra-core==1.0.1.

ThinhPham24 commented 2 years ago

HI, Thank you for your replying, I try installing but I still met the same problem.

qq456cvb commented 2 years ago

For a simple fix, you can just comment out that line. This line just prints the configuration json and has nothing to do with the real training process.

ThinhPham24 commented 2 years ago

Thank you, I will try fix this problem.