Aashis Khanal
Aashis Khanal
There should be a logs folder just at the root level of the project. For example https://github.com/sraashis/deepdyn/tree/master/logs/DRIVE/UNET_1_100_1.
Hi all, Mask not applied is not an error. It is just a warning. As for the, Can't pickle : I think I know where it is coming from. I...
Hi @Karol-G, Can you please try again? I just fixed the bug and tested in my machine it is training well. Thanks, AK
Hi, The model is in the net_logs folder. To inference, you need to change 'mode': 'train', to 'mode': 'test'. Thanks!
Hi, I think there is the patience of around 100 epochs in torchutils.py. So it tries to run tests after it exceeds. However, it has a module to check if...
Could you try updating eeverything(easytoch and this repo) to latest and try again?