Skip to content

Bad organized Quantization code #80

@jcao-ai

Description

@jcao-ai

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions