Skip to content

KeyError: 'encode1'  #24

@Vullan

Description

@Vullan

I can run the estimate_plausible_tags function just fine- the model seems to be working, but calling extract_feature or extract_binary_feature returns KeyError: 'encode1'

looking in to it a little, it seems the error was generated as the output of :
feature = self._extract(imgs, layername='encode1')
and in the illust2vec model, the layers are only iterations of convX_Y, reluX_Y, and poolX.
Passing actual layer names doesn't seem to get rid of the error or produce any results so I'm lost with this...
On windows, chainer is v5.2

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions