- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
/usr/local/bin/ncsdk/Controllers/TensorFlowParser.py
line 1243:
```python
bias_data = node.inputs[1].eval() # This eval may fail
failed causing error involving no value sent to placeholder for eval, fixed with:
python
bias_data = node.inputs[1].eval(feed_dict={inputnode + ':0': input_data})
```
like on line 269.
looks like there is more '#this eval may fail' on 1173-1182
Anyway, 1.11 fixed some issues I was having with tensorflow ops, so thanks.
Thats all, so I guess you can delete this thread after it is noted.Is there a proper way to post bug reports?
- Tags:
- This
Link Copied
0 Replies
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