Block a user
20 min audio, 500 epochs, underwhelming result
Does not run in Docker
@mrq i can confirm that the latest Dockerfile seems to work fine. I ran into a different problem training on a larger audio (~20 min) where PyTorch DataLoader was running out of memory. the…
Does not run in Docker
ok. your miniconda comment got me thinking. here's an updated version of the Docker file that seems to work for me. using Cuda 11.7
FROM nvidia/cuda:11.7.1-cudnn8-devel-ubuntu20.04
…
Does not run in Docker
Reran with the following updated Dockerfile:
FROM nvidia/cuda:11.7.1-cudnn8-devel-ubuntu20.04
ARG DEBIAN_FRONTEND=noninteractive
ARG TZ=UTC
ARG MINICONDA_VERSION=23.1.0-1
ARG…
Does not run in Docker