README.md says
nbinput=12 && python create_n_tuples_dataset.py --nb_inputs nbinput
but create_n_tuples_dataset.py does not exist.
So I did the following instead:
nbinput=12 && python create_tuples_dataset.py --nb_inputs $nbinput
However, this requires tremendous memory.
Are create_n_tuples_dataset.py and create_tuples_dataset.py the same program?
README.mdsaysbut
create_n_tuples_dataset.pydoes not exist.So I did the following instead:
However, this requires tremendous memory.
Are
create_n_tuples_dataset.pyandcreate_tuples_dataset.pythe same program?