neural-backed-decision-trees
neural-backed-decision-trees copied to clipboard
generate_hierarchy() missing 1 required positional argument: 'method'
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.

@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.