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?