-
Hi!
I have faced this issue for the past years. I wonder what are the options. I will present my solution which of course is not the best either the most efficient.
The problems are: working with…
-
Welcome!
I created this repository as a discussion hub for the ML ecosystem in Rust, "following" a talk I gave at the Rust meetup in London ([slides](https://docs.google.com/presentation/d/1dOqqosL…
-
Hello.
I would like to open this issue to talk about this project. I am also interested in developing this project and would be great to share information as the paper doesn't give deeply informati…
-
I tried a lot of modifications to first play urgency after learning that AlphagoZero probably the equivalent of 0.5, reading #238 and the relevant part of the AlphagoZero paper. A lot of my modificati…
remdu updated
6 years ago
-
I try to do feature matching on html-document-nodes, and use features of these document nodes (tagname, text, class, length,..) as placeholder (struct). Currently, the network consists of some fasttex…
-
Just putting some suggestions out there. Maybe we could organize these into [projects](https://github.com/dlib-users/darknet/projects).
- [x] support scaled yolov4
- [x] support yolov5 models
-…
-
Anyone has interest to utilize the sparsity to accelerate DNNs?
I am working on the fork https://github.com/wenwei202/caffe/tree/scnn and currently, on average, achieve ~5x CPU and ~3x GPU layer-wi…
-
This issue is motivated by a [mini discussion on kaldi-help](https://groups.google.com/forum/#!msg/kaldi-help/dkfUIplY0lc/kIMHMvtCBgAJ). The relevant bits from that thread as well as other private exc…
-
I created an apptainer image with tf 2.13 and tried to run a training with `FastBaumWelchLoss`. It crashes in step 0 because the `get_sprint_automata_for_batch` op is not found.
```
EXCEPTION …
-
### Describe the bug
Using KFold nested runs, within a sweep loop. Runs are grouped with a random id. But after the sweep / all folds are finished, only the most recent KFold run is persistent and …