brando90 / ML4HOList

0 stars 0 forks source link

write documents of data representation #1

Closed brando90 closed 3 years ago

brando90 commented 5 years ago

related: transform the tf to pytorch once

brando90 commented 5 years ago

are the tensors one hot vectors of symbols or embeddings...?

Seeker-YML commented 4 years ago

All the input data are based on the raw data, and for convenience we will follow the data format and organization of those data. For extracting the useful information, use re (regular expressions) lib or maybe there could be some other better ideas; For writing, we have to follow their format strictly.