neuralmonkey icon indicating copy to clipboard operation
neuralmonkey copied to clipboard

dataset.from_files

Open tomsbergmanis opened this issue 6 years ago • 1 comments

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: capture

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

tomsbergmanis avatar Feb 19 '19 20:02 tomsbergmanis

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)

jindrahelcl avatar Feb 23 '19 23:02 jindrahelcl