1uk4s

Results 1 issues of 1uk4s

Hi there, I trained a model and wanted to open the result.pkl file generated by train.py. `import torch` `res = torch.load("/path.../result.pkl")` `print(res)` but i get the error: `RuntimeError: Invalid magic...