Group Abstract Group Abstract

Message Boards Message Boards

0
|
4.5K Views
|
1 Reply
|
5 Total Likes
View groups...
Share
Share this post:

How to change the input size of a pre-trained network?

Posted 4 years ago

You should use NetReplacePart to change the input size:

NetReplacePart[NetTake[vgg, {NetPort["Input"], "relu4_3"}], "Input" -> {3, 64, 64}]
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard