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
{{ message }}
This repository was archived by the owner on Apr 19, 2026. It is now read-only.
Hi, thank you for the great paper and sharing your code.
Sorry I don't have time to make a small PR, but there are a couple requirements and imports missing that you'll notice if you try to run the train_attribute_and_evaluate notebook. If create your environment with conda env create, you will not be able to run the notebook because you're missing the ml-collections and more-itertools libraries.
Similarly, you'll find the time library has not been imported, and everywhere you use tqdm as module instead of the right function (tqdm vs tqdm.tqdm).
Hi, thank you for the great paper and sharing your code.
Sorry I don't have time to make a small PR, but there are a couple requirements and imports missing that you'll notice if you try to run the
train_attribute_and_evaluatenotebook. If create your environment withconda env create, you will not be able to run the notebook because you're missing theml-collectionsandmore-itertoolslibraries.Similarly, you'll find the
timelibrary has not been imported, and everywhere you usetqdmas module instead of the right function (tqdmvstqdm.tqdm).Thanks again,
Ryan