echo / code /doc /README.md
amonshano's picture
Add Echo-Memory codebase used for this run (CC BY 4.0, JD Echo Team) (part 2)
eafbe80 verified
|
Raw
History Blame Contribute Delete
965 Bytes
# Echo-Memory documentation
| Doc | Echo pool | Covers |
| --- | --- | --- |
| [DEVELOPER.md](DEVELOPER.md) | **Developer guide** β€” workflows, `.cursor/skills/`, Cursor Agent |
| [checkpoints.md](checkpoints.md) | **Hugging Face weights** β€” [Echo-Team/Echo-Memory](https://huggingface.co/Echo-Team/Echo-Memory) baseline index |
| [memory_mechanisms.md](memory_mechanisms.md) | **Memory mechanisms** β€” paper row names, code modules, and training scripts |
| [dataset_preprocessing.md](dataset_preprocessing.md) | Static in-domain pool | Echo-Team package download β†’ layout β†’ metadata β†’ latents |
| [dynamic_dataset_preprocessing.md](dynamic_dataset_preprocessing.md) | Dynamic training pool | subset download β†’ export β†’ training settings |
**Static in-domain pool:** download the Echo-Team package before in-domain replay/revisit eval.
**Dynamic training pool:** SpatialVID subset export + `DATASET_BASE_PATH` before training on the dynamic pool.