What's the different between .proto and .prototxt file

Viewed 11983

In caffe project, there are both .proto file and .prototxt file.

From Google Protocol Buffer documentation, .proto file defines the protocol, so what about the .prototxt, is it defined in Google Protocol Buffer, what's the different between them?

1 Answers
Related