neuralmonkey icon indicating copy to clipboard operation
neuralmonkey copied to clipboard

An open-source tool for sequence learning in NLP built on TensorFlow.

Results 100 neuralmonkey issues
Sort by recently updated
recently updated
newest added

Add config file and NM version (commit) to http://neural-monkey.readthedocs.io/en/latest/benchmark.html

discussion
documentation

I found no place in our code that may cause it. I guess it is the INI parser which pre-processes the field names.

enhancement

I was thinking about way we log our experiments and think we should be able to mine much more information from the training process, so we can better understand it....

enhancement

Following error is raised when I had a new line in config within string definition: [main] evaluation=[("target_beam", "target\n", )] ... ``` 2017-08-06 15:54:07: Failed to load INI file: Required argument...

bug

We might extend the INI syntax highlighter to include the syntactic constructions we have added.

enhancement

Ve slozce s experimentem nelze pomoci git_diff souboru poznat zmeny kdyz byly na novych souborech. Neslo by napriklad jeste ukladat git status? Jenom aby bylo videt, ze existovaly nejake soubory,...

enhancement
beginner-friendly

If `s_something_out` is specified in the run ini and no `something` is produced, nothing happens. Throw a warning.

bug

Add an option to the trainers to disable collecting the histograms of the gradients and set it to False (not collecting) by default. One problem - all the tests (including...

enhancement
beginner-friendly

At the top of the `training_loop` function, we prepare the evaluator, but do not check whether the series to be evaluated really exist. If there is error, it crashes the...

bug
beginner-friendly

Could someone add a basic description and "standard" pictures of the plots that NM records in TensorBoard? So that (mainly newcomers) would know what they should see and what they...

documentation