pip install git+https://github.com/mhyatt000/malt
- can be imported as modules
- can/SHOULD be copy-pasted as needed
├── malt
│ ├── data # data processing and loading
│ ├── env
│ │ └── wrapper
│ ├── hf # huggingface tools
│ ├── hydra # hydra config tools... resolvers and things
│ ├── model
│ │ ├── hub # models that are ready for training pipeline
│ │ ├── module # model pieces and building blocks
│ │ └── net # model architectures with no bells and whistles
│ ├── pl # pytorch lightning
│ ├── u # utils that dont fit anywhere else
│ └── wandb # wandb and logging
└── mint
└── scripts # so that you don't have to sign onto each node annoyingly
please do that