You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, is there any easy way to fix the memory hungry step during the pre-processing of the data? I guess this command is the culprit.
output_chars[split] = torch.ones(split_counts[split], max_word_l):long()
I have 40M sentences of data and it requires more than 200GB of RAM
Cheers - Hassan
The text was updated successfully, but these errors were encountered:
hsajjad
changed the title
Anyway to reduce memory requirement while precessing the data
Reduce memory requirement while precessing the data
Nov 1, 2017
Hi, is there any easy way to fix the memory hungry step during the pre-processing of the data? I guess this command is the culprit.
output_chars[split] = torch.ones(split_counts[split], max_word_l):long()
I have 40M sentences of data and it requires more than 200GB of RAM
Cheers - Hassan
The text was updated successfully, but these errors were encountered: