tensorflow-deeplab-resnet icon indicating copy to clipboard operation
tensorflow-deeplab-resnet copied to clipboard

How to use feed_dict during session.run

Open senthilsam opened this issue 6 years ago • 1 comments

Can someone help me on how to use feed_dict ? What value I need to pass to in the feed dict key

senthilsam avatar Dec 24 '18 07:12 senthilsam

which feed_dict are you referring to?

if here: https://github.com/DrSleep/tensorflow-deeplab-resnet/blob/master/train.py#L239 - it is just an optimiser step.

DrSleep avatar Feb 22 '19 08:02 DrSleep