neuralmonkey icon indicating copy to clipboard operation
neuralmonkey copied to clipboard

Objective.name format should be more strict

Open varisd opened this issue 6 years ago • 0 comments

The Objective.name in general should have more strict naming format, otherwise it cannot be used e.g. for naming graph parts (for example naming Delayed trainer accumulators with corresponding objective names for better debugging)

https://github.com/ufal/neuralmonkey/blob/master/neuralmonkey/trainers/objective.py#L85

At least whitespaces should not be allowed

varisd avatar Jan 31 '19 13:01 varisd