google-research / google-research/big_vision
Installation
Open
- Dominant language
- Jupyter Notebook
- Stars
- 3.5k
- Forks
- 227
- PR merge metrics
- No merged PRs in 30d
Description
The command
```bash
git clone https://github.com/google-research/big_vision
cd big_vision/
pip3 install --upgrade pip
pip3 install -r big_vision/requirements.txt
```
provided in README does not install the repo but rather the dependency since neither 'setup.py' nor 'pyproject.toml' found. Is that possible to install this package as other package such as scenic is dependent on it. Currently, I am adding big_vision repo to system path for usage.
Contributor guide
Assessment
This issue has not been assessed yet.