maor121

Results 2 comments of maor121

Running the starter code on Python 2.7 and keras-resnet 0.1.0 , the code runs but the network does not converge.

The deep-visualization-toolbox project doc said we could compile it with gpu support but run it cpu mode. I tried that, but despite setting caffevis_mode_gpu = False (in settings_local.py), I still...