3D-MOOD / vis4d /model /__init__.py
RoyYang0714's picture
feat: Try to build everything locally.
9b33fca
raw
history blame contribute delete
232 Bytes
"""Model definitions that connect operators and states together.
All the compute should go to operators and the model memories should be kept
in states. The models are supposed to do minimum job to connect the model
pipelines.
"""