Skip to content

Commit

Permalink
Fix bug in dumpNet (#20001)
Browse files Browse the repository at this point in the history
Summary:
Pull Request resolved: #20001

att

Reviewed By: zrphercule

Differential Revision: D15164116

fbshipit-source-id: dab19fb84fa0ab648103317af5509703db918682
  • Loading branch information
Yinghai Lu authored and facebook-github-bot committed May 1, 2019
1 parent c80ae6d commit e846ccd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion caffe2/opt/backend_transformer_base.cc
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,6 @@ void BackendTransformerBase::dumpNet(
qshape_arg->mutable_qtensors()->Add()->CopyFrom(t);
}
}
WriteProtoToTextFile(shape_net, "debug_ssa_net.pb_txt");
WriteProtoToTextFile(shape_net, fname);
}
} // namespace caffe2

0 comments on commit e846ccd

Please sign in to comment.