neuralmonkey
neuralmonkey copied to clipboard
dataset.from_files
Hi again,
I tried to use:
class=dataset.load_dataset_from_files
and
class=dataset.from_files
but that also seems to be out of date as the previous issue I raised:
Is there any up to date documentation/turorial/example I could have a look at?
Thanks, Toms Bergmanis PhD Candidate at University of Edinburgh http://homepages.inf.ed.ac.uk/s1044253
Hi, sorry for the late response. (Almost) all the ini
files in the tests
directory are working properly (those listed in the tests/tests_run.sh
script). If you are using the master version, function dataset.load
is the one you're looking for. (https://github.com/ufal/neuralmonkey/blob/master/neuralmonkey/dataset.py#L207)