summaryrefslogtreecommitdiff
path: root/training/run.py
AgeCommit message (Expand)Author
2024-04-15FormatGustaf Rydholm
2023-09-11Fix logging of decoderGustaf Rydholm
2023-08-25Update training stuffGustaf Rydholm
2022-10-04Add greedy decoderGustaf Rydholm
2022-10-02Fix train scriptGustaf Rydholm
2022-09-27Rename mapping to tokenizerGustaf Rydholm
2022-06-19Fix lr and optim confGustaf Rydholm
2021-10-11Add mapping to lit modelGustaf Rydholm
2021-10-10Update initializationGustaf Rydholm
2021-09-30Update run script with torchinfoGustaf Rydholm
2021-09-19Add save of config to runs directoryGustaf Rydholm
2021-08-08Add VQGAN and loss functionGustaf Rydholm
2021-08-06Fix VQVAE into en/decoder, bug in wandb artifact code uploadingGustaf Rydholm
2021-08-03Training working, multiple bug fixesGustaf Rydholm
2021-08-02Fix log import, fix mapping in datamodules, fix nn modules can be hashedGustaf Rydholm
2021-08-02Fixed wandb callback bug, add word_pieces arg to iam paragraphGustaf Rydholm
2021-07-28Reformatting with attrs, config for encoder and decoderGustaf Rydholm
2021-07-08Move callbacks to training folder, refactorGustaf Rydholm
2021-07-06Refactoring data with attrs and refactor conf for hydraGustaf Rydholm
2021-07-05Finalizing training loop with hydraGustaf Rydholm
2021-07-05Working on new hydra implementationGustaf Rydholm