- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I'm trying to mvNCCompile my custom network.
When I run mvNCCompile the following error is shown:
TypeError: unsupported operand type(s) for /: "NoneType' and 'int'
I think this error occurs because NCS currently supports batch size = 1 only.
If I was using Caffe, it looks easy to feed the deploy network with single batch.
But in Tensorflow, I set the input placeholder to have shape like [None, w, h, c] to train, and the network graph is saved right after training.
So is there any method to train the network with large batch and save the single-batch model ?
- Tags:
- Tensorflow
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi, I am stuck here too. Did you have any ideas?
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