Kernel crash while normalizing

Using Torchvision.transform.Normalize crashes my kernel.
I am using jupyter notebook
GPU:920M
CPU:i5 7th gen
Some say that it is due to outdated hardware. Is it true?

You were able to isolate the crash to the ‘Normalize’ piece or are there other transforms as well? Can you share piece of code around this normalize part?

I have worked on Jupyter notebooks in a system with given GPU and CPU but not seen crashes…

Before normalise i just read images using opencv. There are no other transforms that i used.

Did you try the same code in another system? Does it work without crash?
Did you reduce the number of images you read at a time and try normalizing?

The issue is not occuring now,I guess i made some type of error while using the function

good to know, thanks for the update.