EQW
This commit is contained in:
wyy4github
2019-07-24 11:19:46 +08:00
parent 40fec6ff3a
commit 25d1f028b6
2 changed files with 3 additions and 2 deletions

View File

@ -23,8 +23,8 @@
### 2.[微调TorchVision模型](https://github.com/fendouai/PyTorchDocs/blob/master/fourSection/FinetuningTorchVisionModel.md)
### 3.[空间变换器网络](https://github.com/fendouai/PyTorchDocs/blob/master/fourSection/SpatialTranNet.md)
### 4.[使用PyTorch进行Neural-Transfer](https://github.com/fendouai/PyTorchDocs/blob/master/fourSection/NeuralTransfer.md)
### 5.生成对抗示例
### 6.使用ONNX将模型转移至Caffe2和Mobile
### 5.[生成对抗示例](https://github.com/fendouai/PyTorchDocs/blob/master/fourSection/AdversarialExampleGene.md)
### 6.[使用ONNX将模型转移至Caffe2和Mobile](https://github.com/fendouai/PyTorchDocs/blob/master/fourSection/ONNX.md)
## 第五章PyTorch之文本篇
### 1.Chatbot教程

View File

@ -0,0 +1 @@
# 使用ONNX将模型转移至Caffe2和Mobile