google-research / big_vision

Official codebase used to develop Vision Transformer, SigLIP, MLP-Mixer, LiT and more.
Apache License 2.0
2.16k stars 147 forks source link

requirements issue #49

Closed sneccc closed 11 months ago

sneccc commented 11 months ago

hi iam doing the pip install -r requirements.txt, but it keeps downloading new dev versions for tfds_nightly image

lucasb-eyer commented 11 months ago

Does this also happen when you manually pip install tfds_nightly? If yes, please open an issue with tensorflow_datasets. Meanwhile, you can try using just tfds (not nightly), I think most of our code should still.

Closing the issue, as it seems not related to big_vision but instead to tfds, but feel free to re-open if you have evidence of the contrary.

sneccc commented 11 months ago

thanks i think i got it working, do you know if we can use a simple scrip to just test inference on some local images without needing datasets library etc