damo-cv / Ada-NETS

This is an official implementation for "Ada-NETS: Face Clustering via Adaptive Neighbour Discovery in the Structure Space" accepted at ICLR 2022.
MIT License
33 stars 3 forks source link

FileNotFoundError: [Errno 2] No such file or directory: '../data/adj/test/adj_adanets.npz' #5

Closed changgongcheng closed 2 years ago

changgongcheng commented 2 years ago

当执行script/train_GCN.sh时,报错,求助

Thomas-wyh commented 2 years ago

Try creating these paths first. e.g. mkdir -p data/adj/test/

If there are still problems, please post some intermediate results or logs for further analysis.

changgongcheng commented 2 years ago

Try creating these paths first. e.g. mkdir -p data/adj/test/

If there are still problems, please post some intermediate results or logs for further analysis.

这些路径都已经生成了。

changgongcheng commented 2 years ago

Try creating these paths first. e.g. mkdir -p data/adj/test/

If there are still problems, please post some intermediate results or logs for further analysis.

还是一样。

Thomas-wyh commented 2 years ago

Can you give me any intermediate results or logs for analysis?