diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2021-07-28 15:14:55 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2021-07-28 15:14:55 +0200 |
commit | c032ffb05a7ed86f8fe5d596f94e8997c558cae8 (patch) | |
tree | bf890ffd4c815db7d510cfb281d253b5728f70c6 /pyproject.toml | |
parent | 524bf4351ac295bd4ff9914bb1f32eda7f7ff855 (diff) |
Reformatting with attrs, config for encoder and decoder
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pyproject.toml b/pyproject.toml index c1ba411..6c5a2a0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,11 +28,11 @@ omegaconf = "^2.0.2" einops = "^0.3.0" gtn = "^0.0.0" sentencepiece = "^0.1.95" -pytorch-lightning = "^1.3.8" +pytorch-lightning = "^1.4.0" Pillow = "^8.1.2" madgrad = "^1.0" editdistance = "^0.5.3" -torchmetrics = "^0.2.0" +torchmetrics = "^0.4.1" hydra-core = "^1.0.6" attr = "^0.3.1" |