summaryrefslogtreecommitdiff
path: root/training/run.py
AgeCommit message (Expand)Author
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