daanvdn

Results 6 issues of daanvdn

Hi I saw that the last commit for this project dates from 2016 and that there are a quite a bit of unmerged pull requests. Does this mean that the...

hi @kohsuke, I added a small bit of functionality to `CmdLineParser` that allows to **ignore undefined options**, rather than throwing a `CmdLineException`. This behaviour can be controlled through the boolean...

hi @kiudee, first off: thanks for sharing this very interesting project with the community. I would very much like to experiment with it, esp. because of its support for learning...

bug

Hi, I'm trying to run the capsulenet classifier using the command below: `python main.py --mode train_validation --classifier capsule --lang EN --sequence_length 100 --learning_rate 0.001 --learning_decay 1` However, the `create_model` method...

First off: this looks like a great piece of software! Not so much an issue but rather a question: **What are the minimal hardware requirements in terms of CPU and...

Hi I am having an issue similar to this [one ](https://github.com/bbonnin/zeppelin-mongodb-interpreter/issues/4). I am running zeppelin on a windows server, whereas my mongodb is running on a remote linux server. The...