ViNiT SaRoDe

Results 8 comments of ViNiT SaRoDe

Reduce the batch_size parameter from 16 to some lower value. Do it until your system doesn't stop giving ResourceExhaustedError. I hope you are using some GPU and not CPU.

This error is due to the multiprocessing functionality in DataLoader class of Pytorch. If you are able to find some other solution then I would urge you to use that...

Most Welcome @tolgabirdal. I will soon release a new version of this library with PPF-FoldNet. Thank you for directing me to the appropriate resources. I will definitely let you know...

You have only 4GB space in GPU. The network might need more than that. Either train it on a system with more GPU space or on google colab.

Hi @zhulf0804, Thank you for your interest in our work. I understand your concern about the translation. The mean subtraction step is present in code as we follow the same...

Hi @aidonchuk, The SegmentationData class will be updated soon. I will update you as I complete the class.

Hi @01yaoyuan , I have tested the code on my side for test_pcrnet.py. It seems to be working totally fine on my personal system. Following is the screenshot showing the...

Hey @01yaoyuan, I have recently updated the requirements.txt file (Link: https://github.com/vinits5/learning3d/blob/master/requirements.txt) with the latest versions that I have in the conda environment that I use. Also, I am running the...