Caffe Tutorial Illustrated
1. Concepts
1.1 Blob
a. Caffe stores, communicates, and manipulates the information as blobs
b. The blob is the standard array and unified memory interface for the framework.
c. The layer comes next as the foundation of both model and computation.
d. The net follows as the collection and connection of layers.
e. The details of blob describe how information is stored and communicated in and across layers and nets.
No comments:
Post a Comment