neuralmonkey
neuralmonkey copied to clipboard
An open-source tool for sequence learning in NLP built on TensorFlow.
Add config file and NM version (commit) to http://neural-monkey.readthedocs.io/en/latest/benchmark.html
I found no place in our code that may cause it. I guess it is the INI parser which pre-processes the field names.
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....
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...
We might extend the INI syntax highlighter to include the syntactic constructions we have added.
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,...
If `s_something_out` is specified in the run ini and no `something` is produced, nothing happens. Throw a warning.
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...
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...
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...