walktree / libtorch-yolov3

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

nn::Sequential 的push_back 编译失败 #30

Open liushuan opened 4 years ago

liushuan commented 4 years ago

nn::Sequential generator( // Layer 1 nn::Conv2d(nn::Conv2dOptions(3, 256, 4) .with_bias(false) .transposed(true)));

liushuan commented 4 years ago

使用这样基本的代码 就会编译失败,怎么回事? 我windows10