CascadeTabNet
CascadeTabNet copied to clipboard
Working on Colab not locally
Hi,
Firstly thanks for this amazing idea. Also just wanted to let you know that I have got things working on Google colab however it's not working on my local machine. Using jupyter notebook, pytorch = 1.4, cuda installed. Getting following error -
- init() got unexpected for num_stages
- Just in case I comment that above lines, getting init() got an unexpected keyword argument 'bbox_roi_extractor'
I had that as well and I think it's when I was using the wrong version of mmdet. Are you using the same version as the one mentioned in the colab notebook?
Yes
Hi,
Firstly thanks for this amazing idea. Also just wanted to let you know that I have got things working on Google colab however it's not working on my local machine. Using jupyter notebook, pytorch = 1.4, cuda installed. Getting following error -
- init() got unexpected for num_stages
- Just in case I comment that above lines, getting init() got an unexpected keyword argument 'bbox_roi_extractor'
Hi, Hope you are doing great.
Can you please share your colab notebook since I am trying for 5 days and it's not even not working for me in colab. I am getting this error: ImportError: cannot import name 'isStringType'
Not sure how to resolve it, it would be really helpful if you can share your running notebook.
Thank you !!