places365
places365 copied to clipboard
./train_places_cnn.py: line 23: syntax error near unexpected token `('
I'm trying to run the train places py code provided and after a whole weekend of waiting, I got this error:
./train_places_cnn.py: line 23: syntax error near unexpected token `(' ./train_places_cnn.py: line 23: 'model_names = sorted(name for name in models.dict'
I have not modified train_places_cnn.py.
I was hoping to get a snapshot.caffemodel file generated so I can plug this model into the nvidia GRE. I have had success testing with the places 205 model, but I was not able to locate a places365 snapshot file on the github or some direct route to downloading it.