Project structure of: kyegomez/RT-2
example.py
Generates images, captions, predicts outputs with RT2 model.pyproject.toml
Python project configuration for "rt2" using Poetry.README.md
Robotic Transformer 2: Discord, PALM-E, MITrequirements.txt
Python dependencies for deep learning project.__init__.py
Imports RT2 class directly.model.py
Neural image transformer RT2 model from zeta library.
test.py
ML model initialization, forward pass, and output shape consistency testing.