You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the config.py file, line 97,
parser.add_argument('--eval-model-path', default='', type=str, metavar='N', help='path to model, only used for evaluation')
What exactly is this eval-model-path?
In the config.py file, line 97,
parser.add_argument('--eval-model-path', default='', type=str, metavar='N', help='path to model, only used for evaluation')
What exactly is this eval-model-path?
ckt_dict = torch.load(ckt_path, map_location=lambda storage, loc: storage)
The text was updated successfully, but these errors were encountered: