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
When starting training for the first time sometimes the process gets killed. This is due to the _tokenize function in line 188 of the models/data_module.py. The recursive nature of the _tokenize function can kill the process due to excessive RAM usage.
The text was updated successfully, but these errors were encountered:
When starting training for the first time sometimes the process gets
killed
. This is due to the_tokenize
function in line 188 of the models/data_module.py. The recursive nature of the_tokenize
function can kill the process due to excessive RAM usage.The text was updated successfully, but these errors were encountered: