How to speed up featurization #79
ppdebreuck
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
A way to speed things up (but this might deteriorate the results) is to use a simpler featurizer. This is particularly useful for structures that are too slow to be featurized.
When creating a MODData you can specify a custom featurizer (e.g. basic_featurizer) :
You can make one by changing the Debreuck2020Featurizer
modnet/modnet/featurizers/presets/debreuck_2020.py
Line 9 in 6a5b139
For instance, make a BasicFeaturizer (here I removed the more computational features):
Beta Was this translation helpful? Give feedback.
All reactions