walktree / libtorch-yolov3

A Libtorch implementation of the YOLO v3 object detection algorithm
452 stars 131 forks source link

How to print out the name and value of parameters in module? #24

Open boyob opened 5 years ago

boyob commented 5 years ago

torch::jit::script::Module module = torch::jit::load(model_path); How to print out the name and value of parameters in module?