Skip to content

Commit

Permalink
docs: Update troubleshooting section in tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
cauliyang committed Nov 12, 2024
1 parent 2e4181f commit 1657dbc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion documentation/tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,10 +127,13 @@ This command takes the original FASTQ file (`raw_no_trim.fastq`) and the predict

## Troubleshooting

- **Issue**: Out of memory errors
- **Issue**: Out of memory errors when encoding

**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

**Solution**: Ensure you're using GPU acceleration if available
Expand Down

0 comments on commit 1657dbc

Please sign in to comment.