In Chapter 2, Composing Networks, and Chapter 3, Training Networks, we learned how to compose networks and train them, respectively. In this chapter, we will examine the relationship between Caffe2 and Caffe and look at how to use Caffe models in Caffe2 and vice versa.
The objectives of this chapter are as follows:
- The relationship between Caffe and Caffe2
- Introduction to AlexNet
- Building and installing Caffe
- Caffe model file formats
- Caffe2 model file formats
- Converting a Caffe model to Caffe2
- Converting a Caffe2 model to Caffe