NVCaffe - cannot run python scripts

Hello,

I used to use Caffe in CentOS 6, but I had to migrate to NVcaffe in a new computer with Ubuntu 20.04. I would like to use the same python scripts that I used in CentOS 6, but I really do not have a clue of how to run them.

I tried to run the python files in the ‘/examples/pycaffe’ folder: $ python caffenet.py but nothing appears at the command line. Then, I tested the ‘classification.py’ script at ‘python’ folder but I got an error saying

’ File “classify.py”, line 14, in
import caffe
File “/opt/caffe/python/caffe/init.py”, line 1, in
from .pycaffe import Net, SGDSolver, NesterovSolver, AdaGradSolver, RMSPropSolver,
File “/opt/caffe/python/caffe/pycaffe.py”, line 13, in
from ._caffe import Net, SGDSolver, NesterovSolver, AdaGradSolver,
ModuleNotFoundError: No module named ‘caffe._caffe’

Maybe I am doing something wrong. Any thoughts?

Any help will be appreciated,
Thank you very much,
Helena