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

##代码问题 #3

Open
wiliankaien opened this issue Sep 22, 2023 · 0 comments
Open

##代码问题 #3

wiliankaien opened this issue Sep 22, 2023 · 0 comments

Comments

@wiliankaien
Copy link

微调运行main.py程序出现
FileNotFoundError: [Errno 2] No such file or directory: './train_hsi/8/1/model/model_05000.pt'

agarspaper.py程序中的
parser.add_argument('--hsi_model_path_1', type=str, default='./train_hsi/8/1/model/model_05000.pt',
help='The path of model to evaluation')
parser.add_argument('--hsi_model_path_2', type=str, default='./train_hsi/8/2/model/model_05000.pt',
help='The path of model to evaluation')
parser.add_argument('--hsi_model_path_3', type=str, default='./train_hsi/8/3/model/model_05000.pt',
help='The path of model to evaluation')
parser.add_argument('--msi_model_path_16', type=str, default='./train_msi/8/16/model/model_05000.pt',
help='The path of model to evaluation')
parser.add_argument('--msi_model_path_8', type=str, default='./train_msi/8/8/model/model_05000.pt',
help='The path of model to evaluation')
parser.add_argument('--msi_model_path_32', type=str, default='./train_msi/8/32/model/model_05000.pt',
help='The path of model to evaluation')
/train_hsi/8/1/、/train_hsi/8/2、/train_hsi/8/3/、train_msi/8/16、/train_msi/8/8/、/train_msi/8/32/ 怎么来的?

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

1 participant