Shivender Khajuria

Results 5 comments of Shivender Khajuria

I am also getting same issue.I couldnt fine Net module in caffe github code. AttributeError: module 'caffe' has no attribute 'Net'

@gmt710 Is caffe.Net is Net.py script?

@gmt710 - I am try to invoke the python script py_demo.py from **https://github.com/gcucurull/CAM-Python** repo in my Collab notebook.I have copied everything including caffe (Caffe github code- **https://github.com/BVLC/caffe**) on google drive...

@gmt710 I fixed the issue using `!apt install -y caffe-cuda` in colab.But now i am getting type error- ``` net.blobs['data'].reshape(*np.asarray([1,3,crop_size,crop_size])) # run only one image TypeError: No registered converter was...

not sure i havent worked on it for long now