Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
Update block.py
Browse files Browse the repository at this point in the history
  • Loading branch information
szha committed Oct 23, 2019
1 parent 33e00ed commit c9b6a75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/mxnet/gluon/block.py
Original file line number Diff line number Diff line change
Expand Up @@ -527,7 +527,7 @@ def load_parameters(self, filename, ctx=None, allow_missing=False,

if not allow_missing:
# Shared parameters are stored only a single time as of MXNet 1.6.
# We thus retrieve all prefixes (à la _collect_params_with_prefix)
# We thus retrieve all prefixes (through _collect_params_with_prefix)
# that a shared parameter is used with. Check that there are no
# missing parameters that were not yet already loaded from the
# shared version.
Expand Down

0 comments on commit c9b6a75

Please sign in to comment.