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

There was a bug when I continued to train the model. RuntimeError: Expected object of type torch.FloatTensor but found type torch.cuda.FloatTensor for argument #4 'other' #45

Open
smileSJin opened this issue Sep 2, 2019 · 1 comment

Comments

@smileSJin
Copy link

when i try to resume to train the model :
RuntimeError: Expected object of type torch.FloatTensor but found type torch.cuda.FloatTensor for argument #4 'other'

@smileSJin
Copy link
Author

smileSJin commented Sep 2, 2019

I have sloved it,
add this:
if args.cuda:
FPN.cuda()
before the code(about line 290):
if args.resume:
load_name = os.path.join(output_dir,
'fpn_{}{}{}.pth'.format(args.checksession, args.checkepoch, args.checkpoint))

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