bfortuner / pytorch_tiramisu

FC-DenseNet in PyTorch for Semantic Segmentation
MIT License
306 stars 65 forks source link

How do I delete empty classes??? #23

Open luckyxianxian opened 4 years ago

luckyxianxian commented 4 years ago

Hello, first of all, thank you very much for your code, let me benefit a lot. Second, I want to know how to modify the code to remove empty classes from the dataset. I post a slight change but always report error: RuntimeError: cuDNN error: CUDNN_STATUS_NOT_INITIALIZED. But restore works again, and I suspect this isn't a cuda/cudnn issue, so I'm eager to find out. Looking forward to your early reply!