摘要: // Convenience wrapper around predict for models with // single tensor outputs of shape (1, 1, 1), // typically used f... 阅读全文
posted @ 2019-03-13 21:57 2021年的顺遂平安君 阅读(59) 评论(0) 推荐(0)
摘要: convert tensor5 datatype to std::vector 阅读全文
posted @ 2019-03-13 21:57 2021年的顺遂平安君 阅读(377) 评论(0) 推荐(0)
摘要: Model Extract layers Feed forward calculation 阅读全文
posted @ 2019-03-13 18:28 2021年的顺遂平安君 阅读(576) 评论(0) 推荐(0)
摘要: Model NeuralNet( (l0): Linear(in_features=6, out_features=256, bias=True) (relu): ReLU() (bn0): BatchNorm1d(256, eps=1e-05, ... 阅读全文
posted @ 2019-03-13 18:28 2021年的顺遂平安君 阅读(79) 评论(0) 推荐(0)