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
The preprocess (as well as converter) basically iterates and extracts features for each file independently. This can be easily multi-threaded with python on a multi-core machine or bigger clusters and get linear speedup. This can be beneficial especially when you want to experiment with preprocess hyperparameters. I can possibly do that (not sure when) if nobody has such plan yet.
The text was updated successfully, but these errors were encountered:
The preprocess (as well as converter) basically iterates and extracts features for each file independently. This can be easily multi-threaded with python on a multi-core machine or bigger clusters and get linear speedup. This can be beneficial especially when you want to experiment with preprocess hyperparameters. I can possibly do that (not sure when) if nobody has such plan yet.
The text was updated successfully, but these errors were encountered: