|
res = OrderedDict(zip(features, sess.run(features, {'data': xs}))) |
Name of input tensor data is presumed which is not appropriate for most other model.
|
def read_img(path, norm=True): |
Also there shouldn't be any presume that model needs normalization with mean/dev.
DNNLibrary/quant.py
Line 269 in e17f11e
Name of input tensor
datais presumed which is not appropriate for most other model.DNNLibrary/quant.py
Line 216 in e17f11e
Also there shouldn't be any presume that model needs normalization with mean/dev.