From 76dcc489f570365324632f73390685d5b8966e1a Mon Sep 17 00:00:00 2001 From: Yangyang Li Date: Tue, 12 Nov 2024 10:49:33 -0600 Subject: [PATCH] docs: Update tutorial.md with memory error solution --- documentation/tutorial.md | 1 + 1 file changed, 1 insertion(+) diff --git a/documentation/tutorial.md b/documentation/tutorial.md index c52d137..d783ba7 100644 --- a/documentation/tutorial.md +++ b/documentation/tutorial.md @@ -132,6 +132,7 @@ This command takes the original FASTQ file (`raw_no_trim.fastq`) and the predict **Solution**: Try using the `--chunk` option in the encode step - **Issue**: Out of memory errors for CPU or CUDA (GPU) when predicting + **Solution**: Try to change the `--batch-size` to a lower value - **Issue**: Slow processing