You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
@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.
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.
The text was updated successfully, but these errors were encountered: