This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
Repositories
Datasets
Forum
实训
竞赛
大数据
应用
Register
Sign In
OpenI
/
parser
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
0
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
fix sc
pull/479/head
zhao-lupeng
3 years ago
parent
5334103ba8
commit
fd14845980
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
parser/tensorflow/tensorflow_parser.cc
+ 1
- 1
parser/tensorflow/tensorflow_parser.cc
View File
@@ -2828,7 +2828,7 @@ Status EraseTransposeNode(std::map<std::string, std::string> &softmaxInfo,
itTranspose->second.node_def->input(0).c_str());
itTranspose = transposeInfo.erase(itTranspose);
} else {
itTranspose
++
;
++
itTranspose;
}
}
Write
Preview
Loading…
Cancel
Save