-
Hi,
I try to run the bow.py example with just the probing tasks (I haven't downloaded the transfer data) and I get `AssertionError: Length not in ['CR', 'MR', 'MPQA', 'SUBJ', 'SST2', 'SST5', 'TREC'…
-
Hi,
My problem is: If I misuse MultiprocessParallelUpdater such that an exception is thrown, the python process does not exit, but just hangs.
The code to reproduce is at the bottom. It causes `…
-
After running main.py I am getting the following error
```
Using Theano backend.
[26/10/2018 19:19:01] >
[26/10/2018 19:19:01] Running training.
[26/10/2018 19:19:01] Building EuTrans_esen data…
-
https://github.com/MorvanZhou/tutorials/blob/003611340ac29d561e6547e781ddde6973f8f4a8/kerasTUT/5-classifier_example.py#L22
Here 10,000 should be X_test's shape, rather than Y's shape? While 60,000 …
-
I have an issue when I launch a service on an existing folder where there is a file `vocab.dat`
#### Configuration
- Version of DeepDetect:
- Locally compiled on Ubuntu 16.04 LTS
- Commit (s…
YaYaB updated
6 years ago
-
Hello,
So at my school, we want to build a simular car. I wanted to make up the whole code from 0 in Java, but luckily i found your project.
So i've got a few questions about the title, but let me i…
-
My Python code using sklearn2pmml
```
data_scaler = Pipeline(steps=[('transformer', scaler)])
mlp_pipeline = PMMLPipeline(steps=[("scaler", data_scaler), ("mlpregressor", EstimatorProxy(mlp))])
…
-
-
Hi all and thank you very much Marcoancona for providing your implementation to explain NNs! It's very valuable.
I am currently working on text classification and I would like to understand which wor…
ghost updated
6 years ago
-
I have found this issue when resuming a stopped training.
I use the `ExponentialShift` extension to divide `learning rate` during training, but when resuming the training, the learning rate is reini…