larroy commented on a change in pull request #13886: Fixes for wine detection
tutorial
URL: https://github.com/apache/incubator-mxnet/pull/13886#discussion_r276873974
##########
File path: docs/tutorials/embedded/wine_detector.md
##########
@@ -100,13 +101,14 @@ with open('synset.txt', 'r') as f:
synsets = [l.rstrip() for l in f]
# Load the network parameters
-sym, arg_params, aux_params = mx.model.load_checkpoint('Inception_BN', 0)
+sym, arg_params, aux_params = mx.model.load_checkpoint('Inception-BN', 126)
Review comment:
Maybe, but if you follow the instruction, the model donloaded has that epoch
for the checkpoint. What do you suggest instead?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services