Refined-Segmentation-R-CNN
Refined-Segmentation-R-CNN copied to clipboard
__init__() got an unexpected keyword argument 'all_epochs, how to solve this problem?
For some reasons, I wrote my weights saving strategy which may be cause this error. However, I have fix the 'TypeError' today and you can download the new code now.
thank you very much, I updata code on my computer ,but new problem comes,how to solve it ?
I can run the code with a free memory of about 10GB in GPU. Your free memory here is 5.13GB? May be there is no enough free memory in GPU or CPU. You can open your system monitor and watch the memory consumption. Other solutions:
- Update the GPU driver.
- Set the batchsize to 1.
- Downsample the input image size to 512*512 or smaller.
Thank you very much, you are so helpful