KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
PPLCNet2PyTorch
★ 13
Open GitHub ↗
尝试将PP-LCNet转为PyTorch版本,并测试相关指标
Download README (.md)
Explore Similar Repositories
openmax
:
No description available.
Sitegeist.LostInTranslation
:
Automatic Translations for Neos via DeeplApi
Th17_single_cell
:
No description available.
vmrp.github.io
:
vmrp网页版
ANG13T
:
Repo for my new website and README
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
PPLCNet2PyTorch
?
Download (.md)
#### 2021-11-11 update - 添加基于pytorch的推理代码,并可以得到正确结果 - 结果示例: ```python # 运行pp_lcnet.py python pp_lcnet.py # 结果: # 0 tench, Tinca tinca: 0.9202795624732971 # 运行pytorch_lcnet.py python pytorch_lcnet.py # 结果: # 0 tench, Tinca tinca: 0.9877434968948364 ``` #### 2021-11-10 update - 基于paddlepaddle框架可以正确推理,并得到正确结果 #### 2021-11-05 update - 整个PP-LCNet跑通,可以正常跑 #### 参考资料 - [ngnquan/PP-LCNet](https://github.com/ngnquan/PP-LCNet) - [frotms/PP-LCNet-Pytorch](https://github.com/frotms/PP-LCNet-Pytorch)