We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In mvtec.py, I changed the resize value and crop value as 512.
Then, It just killed....
| feature extraction | train | 1-Day_iris_Rhapsody |: 100%|████████████████████████| 149/149 [00:14<00:00, 10.32it/s] Killed
Is it because of memory shortage?
What did I do wrong?
The text was updated successfully, but these errors were encountered:
In mvtec.py, I changed the resize value and crop value as 512. Then, It just killed.... | feature extraction | train | 1-Day_iris_Rhapsody |: 100%|████████████████████████| 149/149 [00:14<00:00, 10.32it/s] Killed Is it because of memory shortage? What did I do wrong
What did I do wrong
Probability yes, I think. When you run def embedding_concat, it's easy to exception memoryError Try to use crop 224
Sorry, something went wrong.
No branches or pull requests
In mvtec.py, I changed the resize value and crop value as 512.
Then, It just killed....
| feature extraction | train | 1-Day_iris_Rhapsody |: 100%|████████████████████████| 149/149 [00:14<00:00, 10.32it/s]
Killed
Is it because of memory shortage?
What did I do wrong?
The text was updated successfully, but these errors were encountered: