Replies: 2 comments 1 reply
-
@titu1994 any idea regarding this - Thanks |
Beta Was this translation helpful? Give feedback.
0 replies
-
Are you using Docker? See if this helps. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I'm trying to fine-tune the
en_conformer_ctc_large
model using ~20K hr audio data. I'm using 4 a100 40 GB GPU with 335 GB RAM but after ~1600 steps I'm getting an errorThe above error is coming because the 335 GB RAM gets full, Here is my trainer,
I have used
data bucketing
(4 buckets, 1024 shards) for train data. also usepin_memory=True
, the max audio length was18.5
secondsBeta Was this translation helpful? Give feedback.
All reactions