Gorilla-Lab-SCUT / TTAC

[NeurIPS 2022] Revisiting Realistic Test-Time Training: Sequential Inference and Adaptation by Anchored Clustering
https://arxiv.org/abs/2206.02721
MIT License
44 stars 4 forks source link

AttributeError: module 'gorilla' has no attribute 'track' #1

Closed Bostoncake closed 1 year ago

Bostoncake commented 1 year ago

When preparing the ImageNet data as instructed by the readme.md inside the imagenet/ folder, I receive the error AttributeError: module 'gorilla' has no attribute 'track'. I downloaded the gorilla==0.4.0 package from https://github.com/christophercrouzet/gorilla and it seems that it doesn't have an attribute named track. Would you please provide the gorilla package you are using? Thanks!

Dyb3438 commented 1 year ago

The gorilla package is here: https://github.com/Gorilla-Lab-SCUT/gorilla-core. You should install it by pip install gorilla-core.

Bostoncake commented 1 year ago

It worked! Thanks!