You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
podívej se na komentář o dvě řádky nad tim, na co odkazuješ. Správně by se měl používat pipeline processor. může se sem přidat nějaký stromový zpracování, ale to nefungovalo ani ve starým datasetu
When chaining multiple dataset series preprocessor steps, e.g.:
preprocessors=[("source", "source_wp", <wp_prep>), ("source_wp", "source_wp_other", <other_prep>)]
The dataset.load can fail because there is no implicit order of processing the preprocessors list.
See:
https://github.com/ufal/neuralmonkey/blob/master/neuralmonkey/dataset.py#L325
For the part of code, that should be fixed.
The text was updated successfully, but these errors were encountered: