-
# speech recognition
- Soltau, Hagen, Hank Liao, and Hasim Sak. "Neural Speech Recognizer: Acoustic-to-Word LSTM Model for Large Vocabulary Speech Recognition." arXiv preprint arXiv:1610.09975 (201…
-
Dear Junttila,
can I know that images which uploaded, can be useful for growing up your job? how?
![out_solver](https://user-images.githubusercontent.com/20298402/37264346-27fce5ca-25ad-11e8-8169-…
-
@mzahana Thank you for your help and advice, I have gained some insights after looking into netron again. I did changed the number of classes in the script and I think the error is cause…
-
I want to explore this idea of
1. Doing **instance segmentation** with an open-set vocabulary
3. Compute an embedding of each segementation.
This are a-priori other tasks not related to RADIO but…
-
### Description
forgive me but I ask it ... how to compile this?
Click to expand!
### Issue Type
Build/Install
### Operating System
Mac OS
### Coral Device
USB Accelerator
### Other De…
-
https://doi.org/10.1101/211060
> The relationship between cellular architecture and cellular state and function is apparent, but not yet completely understood. Precise characterization of cellular …
-
I am trying to train an object detection model using custom data without segmentation. However, I encountered the following error during the training process:
```python
Traceback (most recent call…
-
## Current status
Inspired by the [Diataxis approach](https://diataxis.fr/), and to facilitate teaching of BrainGlobe courses, it would be useful to improve the tutorials.
Diataxis distinguishes …
-
Hi,
I am getting segfault while running the dlstreamer pipeline after compilation using nuitka when using this malloc function which is used to free unused memory. It's working fine with `python3 sam…
-
#### Description of the problem
The disjoint-set forest, also known as the union-find data structure, is used to keep track of disjoint sets. It supports efficient union and find operations. It is …