-
This issue proposes that Go should support some form of generic programming.
It has the Go2 label, since for Go1.x the language is more or less done.
Accompanying this issue is [a general generics p…
-
Hi,
I noticed in the implementation, if you specify batch_size as 256 and use 4 GPUs for training in parallel, effectively, the loss is the sum of 4 minibatches of size 64 (also mentioned in the pa…
-
```
canu -version
Canu 1.9
Finished on Tue Apr 7 02:29:34 2020 (6 seconds) with 5288.368 GB free disk space
segments memory batches
01 15.50 GB 1
02 15.00 GB 1
04 14.50 GB …
-
Firstly thank you for this amazing library!!
I was trying to utilize this library for one of my projects where I would like to do a Hessian analysis of the model in a distributed setting. I underst…
-
Getting this error only for this mobile only
**com.google.android.exoplayer2.drm.DrmSession$DrmSessionException: android.media.MediaDrm$MediaDrmStateException: Failed to handle key response: Genera…
-
## 🚀 Feature
Introduce a metrics package that contains easy to use reference implementations of metrics people care about. The package should take care of the following:
1. Logging and printing in…
-
**Describe the bug**
I trained a sequence tagger model using CamemBERT with a AWS EC2 instance (Ubuntu). When I try to load the model from my computer I have this error :
```
------------------…
-
With the upcoming #1492 we will add fine-tuneable transformers to Flair, yielding much improved classification performance. We will use the opportunity to replace the current sentiment analysis model …
-
Help please!
```cpp
// A single Z stepper driver is usually used to drive 2 stepper motors.
// Uncomment this option to use a separate stepper driver for each Z axis motor.
// The next unused E dr…
-
I understand TensorFlow only supports CUDA. What would need to be done to add in OpenCL support?