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

colab out of ram session crashed #6

Open
AK391 opened this issue May 4, 2021 · 1 comment
Open

colab out of ram session crashed #6

AK391 opened this issue May 4, 2021 · 1 comment

Comments

@AK391
Copy link

AK391 commented May 4, 2021

after running a couple times on different images and changing

standard PyTorch mean-std input image normalization

transform = T.Compose([
T.Resize(800),
T.ToTensor(),
T.Normalize([0.485, 0.456, 0.406], [0.229, 0.224, 0.225])
])

to

standard PyTorch mean-std input image normalization

transform = T.Compose([
T.Resize(500),
T.ToTensor(),
T.Normalize([0.485, 0.456, 0.406], [0.229, 0.224, 0.225])
])

I get session crashed

@AK391
Copy link
Author

AK391 commented May 4, 2021

@alcinos @ashkamath is there a place where it is hogging up memory?

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