udacity / robotics-beta-test-issues

1 stars 0 forks source link

arek - notebook of DeepLearning project #684

Closed 867sec closed 7 years ago

867sec commented 7 years ago

arek - notebook of DeepLearning project

missing model as the first parameter in model_tools.save_network(weight_file_name)

should be:

model_tools.save_network(model, weight_file_name)

danzelmo commented 7 years ago

has been fixed.