mirror of
https://github.com/dupenf/stock-vit.git
synced 2024-11-25 16:35:10 +08:00
5 lines
52 B
Python
5 lines
52 B
Python
import torch
|
|
|
|
model = torch.load("./model.pt")
|
|
|