Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FileNotFoundError: [Errno 2] No such file or directory:scode/T2net/mat/val/IXI225-Guys-0832-T2-075.mat' #22

Open
lx011208 opened this issue Apr 29, 2024 · 2 comments

Comments

@lx011208
Copy link

1714393937842
按照这种方式解决不了问题,请问有什么办法吗

@lx011208
Copy link
Author

首先感谢作者的开源代码。现在我已经能成功复现,我在复现的时候没有出现上图的错误(但是csdn一位作者在复现时就碰到了这个问题),而我在用自己的数据集训练时也出现了这个问题。

@zcxh4
Copy link

zcxh4 commented Oct 18, 2024

Yeah I also noticed this problem;

My solution is changing this
full_file_path = full_file_path.replace("/h5/", "/mat/") to full_file_path = full_file_path.replace("\\h5\\", "\\mat\\").

Now I just wondering if this project could run on the Windows OS (due to the NCCL is not supported by Windows). Please help me if there is any possible way to do that. @chunmeifeng

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants