7 lines
157 B
Python
Raw Normal View History

2024-06-21 10:06:54 +08:00
import os
import torch
detect_model = torch.load( "/home/ykn/algorithm_system/flask_web/weight/traffic/detect.pt")['model']
print(detect_model.children())