kedartatwawadi / NN_compression

MIT License
212 stars 42 forks source link

where is the "data/sequence_data/input.txt" #13

Open tuqiangwang opened 5 years ago

tuqiangwang commented 5 years ago

where is the "data/sequence_data/input.txt" i did not find this file

diego1109 commented 5 years ago

I also did not find where input.txt is.

AnsonHooL commented 5 years ago

input file can generate by script in this program. HEY.Should the validation.txt be equal to input.txt?

kedartatwawadi commented 5 years ago

input.txt is any input you want to compress (make sure to add --vocab option to specify what characters are used in the input.txt you pick)

validation.txt can also be any file you choose, it need not be the same as input.txt. (the training only happens on input.txt)