-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
v0.1
- move
TrainConfigandCheckpointinscripts/main.pyinto library - use pydantic to parse config json
- decouple
TrainConfigfromModelConfig - remove ability to specify params via CLI, control with json instead to reduce code duplication
- use
platformdirsfor data directories (Path(__file__)is unstable when installed as package) - cache trajectory extractor: split the forward method into
encode_context(x_flight)andpredict_segment(x_segment, context_embedding) - cache repeated hypernetwork recomputation: add a method
model.set_active_aircraft(ac_idx)
v0.2
- numpy-only inference engine
- 1d causal convolution
- rmsnorm and swish
- hypernetwork and projections
- ...
- release weights:
-
v1.0-realtime -
v1.0-offline -
v1.0-offline-tas
-
v0.3
-
tangramplugin
Metadata
Metadata
Assignees
Labels
No labels