Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

python package dependency #13

Open
frozenzo opened this issue Dec 24, 2020 · 2 comments
Open

python package dependency #13

frozenzo opened this issue Dec 24, 2020 · 2 comments

Comments

@frozenzo
Copy link

Hi, could you please give some notes about the python package dependency with this code? I've known that tensorflow==1.15.0. Other packages include tensorflow_datasets, tensorflow_addons , ... etc are unknown, which makes the evaluation code hard to use.

@frozenzo
Copy link
Author

Is there anyone successfully install & download data of the VTAB? Please give me some instructions about versions of the related py packages ~

@CrimsonRadiator
Copy link

Hi @frozenzo,
I've had some luck with running VTAB using latest Tensorflow version - although I've encountered other bugs preventing me from using it. To do this just change tensorflow==1.15.0 to the plain tensorflow in the setup.py.

This way you can run adapt_and_eval.py from the readme. Here is my Google Colab notebook where I've specified smaller batch-size.

Unfortunately there is a bug preventing you from reusing same data_dir twice - something goes wrong with copying. I might look into it later, but right now I'm writing PyTorch wrapper for VTAB.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants