dmlc / dmlc/mxnet-memonger

By using the memonger, the network could not be finetuned?

Open
#10 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
306
Forks
58
PR merge metrics
No merged PRs in 30d

Description

When I use the memonger, and I use the function of load_checkpoint(), but in this line
assert sys.tojson() == network.tojson()
is failed. This means that the structure of the network using the memonger is not match with the pre-trained network. So I do not know what is the reason?

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by reproducing the failure when using memonger with load_checkpoint(), then inspect the assertion comparing sys.tojson() and network.tojson(). The issue is resolved when the checkpoint loads for finetuning without the assertion failing and the serialized network structures match.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
machine-learning
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
20/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.