Pytorch-UNet
Pytorch-UNet copied to clipboard
CUDA error: device-side assert triggered
when i change the dataset ,it comes a new problem with CUDA error: device-side assert triggered.how can i solve it?
@ZZZGGGG That is usually an indexing issue. Make sure your classes indices start at 0.
@ZZZGGGG That is usually an indexing issue. Make sure your classes indices start at 0.
Hello I have the same problem,can you describe the method more specifically? Thank you
Hi, can you try the latest master version? Custom dataset support was improved.
I meet the same error