LightModels
LightModels copied to clipboard
some errors
in the method :test of main.py ,net.load_state_dict('./checkpoint/{}.pth'.format(args.model)) cannot run ,but net.load_state_dict(torch.loda('./checkpoint/{}.pth'.format(args.model))) can solve this problem.
my platform is pycharm and python3.7,pytorch 1.0.1