- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
How can I output the value of Movidius' middle layers? Thanks.
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@miily If you are talking about seeing the intermediate results from your model, you can use this using the -on option for mvNCCheck.
Let’s assume your network architecture is as follows:
Input - Data
conv1 - Convolution Layer
pooling1 - Pooling Layer
conv2 - Convolution Layer
pooling2 - Pooling Layer
Softmax - Softmax
You can use the following command: mvNCCheck user_network -w user_weights -in input -on conv1
to check the output from the conv1 layer.
For more information on mvNCCheck, please refer to this blog.
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page