-
Hello,
I have problems getting dorado basecaller to run in the modified bases mode.
System details:
- 64GB RAM
- GPU: RTX 3090 Ti
- NVIDIA driver version: 535.113.01
- CUDA version: 12.2
- Do…
-
Hello,
I trained a model using my own reads and used `bonito export --format dorado ${model directory}` to export the model. The contents of the model directory after exporting are as follows:
`…
-
I am currently in the process of using the trainer directory to finetune the recognition model using my own dataset.
I am using the arabic language model obtained from here: https://www.jaided.ai/…
-
Hello,
I downloaded dorado today from github and installed it using the instructions there. I was able to download a model using dorado. When I attemopted base calling, however CUDA devices coutl …
-
I'm wondering how `Masking` Layer works.
I try to write simple model to test `Masking` on `Activation` Layer
``` python
from keras.models import Model
import numpy as np
from keras.layers import Mask…
-
If you run `pack_padded_sequence(input, lengths)` with one of the lengths
-
Hi,
I have difficulty with training the model.
I always meet the segmentation fault error.
It occurs randomly, I mean random epoch.
For example, it occurred in epoch 65 in the below picture.
![…
-
I've installed svg2gcode, but I'm unsure how to proceed with balance steps, and I've been unable to locate the convert.py file.
-
I make a simplernn model with keras and converted it to tflite.
```python
import tensorflow as tf
import numpy as np
class SimpleRnn1dData:
def __init__(self, n_time=10, n_sample=70,
…
-
import gluonnlp as nlp
에서 에러가 나네요
---------------------------------------------------------------------------
OSError Traceback (most recent call last)
Cell In[…