Skip to content

Commit

Permalink
Update import_graphdef.py
Browse files Browse the repository at this point in the history
  • Loading branch information
yashdusing authored Nov 14, 2018
1 parent 31cb95d commit 3d148b0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tensorflow_app/views/import_graphdef.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@
import urllib2
from urlparse import urlparse



# map from operation name(tensorflow) to layer name(caffe)
op_layer_map = {'Placeholder': 'Input', 'Conv2D': 'Convolution', 'Conv3D': 'Convolution',
'MaxPool': 'Pooling', 'MaxPool3D': 'Pooling', 'AvgPool3D': 'Pooling',
Expand Down

0 comments on commit 3d148b0

Please sign in to comment.