Commit f884c5d8 by Ruslan Baratov Committed by Tianqi Chen

Fix misprint (#2223)

parent 52e55baa
...@@ -96,7 +96,7 @@ print('TVM prediction top-1:', top1, synset[top1]) ...@@ -96,7 +96,7 @@ print('TVM prediction top-1:', top1, synset[top1])
###################################################################### ######################################################################
# Use MXNet symbol with pretrained weights # Use MXNet symbol with pretrained weights
# ---------------------------------------- # ----------------------------------------
# MXNet often use `arg_prams` and `aux_params` to store network parameters # MXNet often use `arg_params` and `aux_params` to store network parameters
# separately, here we show how to use these weights with existing API # separately, here we show how to use these weights with existing API
def block2symbol(block): def block2symbol(block):
data = mx.sym.Variable('data') data = mx.sym.Variable('data')
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment