neural-backed-decision-trees icon indicating copy to clipboard operation
neural-backed-decision-trees copied to clipboard

generate_hierarchy() missing 1 required positional argument: 'method'

Open ccl-private opened this issue 5 years ago • 1 comments

when I run generate_hierarchy(dataset='Imagenet1000', arch='fbresnet152', model=model) a error accurred. TypeError: generate_hierarchy() missing 1 required positional argument: 'method'

I then tried 3 methods in hierarchy.py, all failed. image

ccl-private avatar May 09 '20 04:05 ccl-private

@ccl-private Thanks for trying out the repo and posting here. Checking this out now, it looks like our scripts can't find Cadene's FC layers. I'll post here when I've got a fix.

alvinwan avatar May 09 '20 06:05 alvinwan