-
Thanks for providing this code. I'd love to use it, but am getting the following error when running the trainer.
```
(py38_test) [richier@reslnapollo02 transformers_ner]$ python bert_crf_trainer.p…
-
1. Operating System (Linux, MacOS, Windows): Debian 11
2. Hardware type (x86, ARM..) and RAM: x86_64, Ryzen 5900X
3. Python Version (e.g. 3.9): 3.11
4. Caiman version (e.g. 1.9.12): 1.10.1
C…
-
Knet's current API requires that all model parameters are collected together and passed into the model at once. This design has several issues: it makes code reuse more difficult, leading to hand-code…
-
**Description**
`deephaven.learn`, when used in conjunction with PyTorch/TensorFlow causes `SIGSEGV` crashes. These crashes are `SEGV_MAPERR` according to the logs. This occurs with our sup…
-
/kind bug
**What steps did you take and what happened:**
Relevant code:
```python
# fairing:include-cell
import tensorflow as tf
from tensorflow.keras.models import Sequential
from tensorflow…
-
Hi, Henry. I've got a well trained astroNN model, but I want to do some transfer learning to make it adaptable to another survey. What I've done is remove the top dense layer of the base model and bui…
-
Hi,
I have unit tests for `Convolution1DReparameterization` , `Convolution1DReparameterization` etc. that basically look like this
```
x = tf.ones(shape = [150,1])
y = tf.ones(shape = [150])
…
-
Hey! Following this easy tutorial (https://www.tensorflow.org/tutorials/generative/dcgan) I tried to implement a GAN on the MNIST dataset (simple CNN for the discriminator, transposed CNN for the gene…
-
Hello,
I was experimenting with Deep4Net and came upon an undocumented issue. I tried using an input window of 64 channels by 375 samples and while this worked with ShallowFBCSPNet, I got errors fr…
-
When running TOGA with the provided datasets, for example the `evosuite_reaching_tests`, TOGA generates two pairs of files:
- `except_model_inputs.csv` and `exception_preds.csv`;
- `assert_model_inp…