google-research / big_vision

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

Fix Syntax and Indentation errors #112

Open Laz4rz opened 4 months ago

Laz4rz commented 4 months ago

Added missing apostrophe for get_config in vqvae_nyu_depth.py , and indentation for DiscriminativeClassifierTest as big_vision was not passing pipreqs scan.

This PR makes big_vision compatible with pipreqs, and removes errors.

google-cla[bot] commented 4 months ago

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.