File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1515 - 7 种模型架构可用于单类或者多类的分割任务 (包括Unet)
1616 - 7 种编码器网络
1717 - 所有的编码器都有预训练权重,可以更快更好地收敛
18- - 相比于python下的GPU前向推理速度具有2倍或以上的优势 , cpu下保持速度一致. (Unet测试于RTX 2070S).
18+ - 相比于python下的GPU前向推理速度具有30%或以上的提速 , cpu下保持速度一致. (Unet测试于RTX 2070S).
1919
2020### [ 📚 Libtorch教程 📚] ( https://github.com/AllentDan/LibtorchTutorials )
2121
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ The main features of this library are:
1616 - 7 models architectures for binary and multi class segmentation (including legendary Unet)
1717 - 7 available encoders
1818 - All encoders have pre-trained weights for faster and better convergence
19- - 2x or more faster than pytorch cuda inferece , same speed for cpu. (Unet tested in rtx 2070s).
19+ - 35% or more inference speed boost compared with pytorch cuda, same speed for cpu. (Unet tested in rtx 2070s).
2020
2121### [ 📚 Libtorch Tutorials 📚] ( https://github.com/AllentDan/LibtorchTutorials/tree/master )
2222
You can’t perform that action at this time.
0 commit comments