Skip to content

Commit

Permalink
add more layer
Browse files Browse the repository at this point in the history
  • Loading branch information
longcw committed Aug 28, 2017
1 parent e5e8a68 commit 5f415a5
Show file tree
Hide file tree
Showing 6 changed files with 1,507 additions and 1,469 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,6 @@
.idea
*.pyc
*.caffemodel
#*.prototxt
*.prototxt
*.dot
hw/
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
## PyTorch2Caffe

Ported from [pytorch-caffe-darknet-convert](https://github.com/marvis/pytorch-caffe-darknet-convert) and
add support for Concat Layer.
Ported from [pytorch-caffe-darknet-convert](https://github.com/marvis/pytorch-caffe-darknet-convert).

Add support for
+ Dilated Convolution Layer
+ Concat Layer
+ Upsampling (converted to Deconvolution with bilinear initialization)

```python
import torch
Expand Down
Empty file added __init__.py
Empty file.
Loading

0 comments on commit 5f415a5

Please sign in to comment.