-
Thanks for releasing BERT!
I'm just wondering if BERT will be available on TensorFlow Hub like ELMO (for either fine-tuning or extracting features)?
-
Greetings,
I am unfortunately getting this error:
model.finetune(corpus_text, batch_size=1)
INFO:finetune: Visible GPUs: {0: Tesla K80}
Epoch 3/3: 0%| | 23/35897 [00:00 1356 r…
-
#### Description
Training an MLP regressor (or classifier) using l-bfgs currently cannot run for more than (approx) 15000 iterations.
This artificial limit is caused by the call site to l-bfgs pas…
-
I think something is wrong in calcError when output response size is >=2 for regression
I have got this results
MSE = 0.1623
errcalc = 91.15 using my code A with a weird [formulae](http…
-
#### Description
I have trained an `MLPClassifier` in my local machine, I have serialized it using `joblib` and I have packed it inside a docker image that is based on `alpine:3.10` in order to deplo…
-
Hi and thanks for your paper,
I see this error when i run
`pip install .`
Could not find a version that satisfies the requirement cortex==0.13a0 (from cortex-DIM==0.13) (from versions: 0.1a0, …
-
Hi, I am bit of a noivce in the field so many of the things might seem trivial but I would appreciate some help in here. I am trying to perform a product category identification on a multilingual dat…
-
```
---------------------------------------------------------------------------
ValueError Traceback (most recent call last)
in
6 labels=['relu' , 'sigmoid',…
-
I have a use case where I am training LASER over 10 million sentences to predict 23 categories. Currently, I run it over 230k samples (ie 230k sentences) and a single iteration of batch size 1000 is t…
-
I try running the train.py script on a CPU and get the following error in the decoder's forward pass:
```
/Users/davidglavas/Documents/GitHub/Social-GAN/venv/bin/python /Users/davidglavas/Document…