nshaud / DeepNetsForEO

Deep networks for Earth Observation
Other
476 stars 170 forks source link

problems with SGDSolver #34

Closed nicolaferrari96 closed 5 years ago

nicolaferrari96 commented 5 years ago

Hi, during the execution of training.py, I got this error:

Traceback (most recent call last): File "training.py", line 223, in solver = caffe.SGDSolver(SOLVER_FILE) RuntimeError: basic_string::_S_create

in config.py my SOLVER_FILE is

SOLVER_FILE = '../models/solver_isprs_vaihingen_irrg.prototxt'

Thanks

nshaud commented 5 years ago

The Caffe version is legacy code that is not supported anymore. If you still have problems with this code, I suggest that you move to the PyTorch version.