Fixed the non autoregressive final metric calculations

This commit is contained in:
Victor Mylle
2024-04-18 16:53:17 +00:00
parent dc102926fa
commit 98a7244995
3 changed files with 28 additions and 22 deletions

View File

@@ -2,7 +2,7 @@ FROM pytorch/pytorch:2.0.1-cuda11.7-cudnn8-runtime
RUN apt-get update
RUN apt-get install -y git
RUN apt-get install texlive-latex-base texlive-fonts-recommended texlive-fonts-extra texlive-bibtex-extra
# RUN apt-get install texlive-latex-base texlive-fonts-recommended texlive-fonts-extra texlive-bibtex-extra
COPY requirements.txt /tmp/requirements.txt