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

a little wrong~ #25

Open
niuniuBUAA opened this issue Nov 15, 2023 · 0 comments
Open

a little wrong~ #25

niuniuBUAA opened this issue Nov 15, 2023 · 0 comments

Comments

@niuniuBUAA
Copy link

      torch.save(mod_chkpt, self.model_path + 'weights/best-model_epoch-{:03}_mae-{:.4f}_loss-{:.4f}.pth'.format(epoch, best_test_mae, te_avg_loss))
     while
     self.model_path = args.base_save_path + '/alph-{}_wbce_w0-{}_w1-{}'.format(str(self.alpha_sal), str(self.wbce_w0), str(self.wbce_w1))
     you are supposed to plus a '/'  in   self.model_path = args.base_save_path + '/alph-{}_wbce_w0-{}_w1-{}/'.
@niuniuBUAA niuniuBUAA changed the title the wrong code you give ta Nov 15, 2023
@niuniuBUAA niuniuBUAA changed the title ta a little wrong~ Nov 15, 2023
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