prior
prior copied to clipboard
🐍 A Python Package for Seamless Data Distribution in AI Workflows
Draft PR until I can confirm that this resolves some issues that people have been facing.
Currently we require that loaded projects place their `load_dataset`/`load_model` definitions in a `main.py` script in the top-level directory. This can be a bit limiting if we want to load data...
Hi @mattdeitke : When I use prior to load procthor10k, it returns an error message: ``` File "/media/datc/experiment/allenact/allenact_plugins/procthor_plugin/procthor_environment.py", line 76, in __init__ self.scene_data = prior.load_dataset("procthor-10k") File "/media/datc/anaconda3/envs/ai2thor/lib/python3.8/site-packages/prior/__init__.py", line 272, in...
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 3 to 4. Release notes Sourced from actions/setup-python's releases. v4.0.0 What's Changed Support for python-version-file input: #336 Example of usage: - uses: actions/setup-python@v4 with: python-version-file: '.python-version' #...