tinker-engine / sailon-protocols

0 stars 0 forks source link

Enable option to perform feature extraction only; update sample config #13

Closed nrsyed closed 3 years ago

nrsyed commented 3 years ago

@waxlamp @cfunk1210 (optional), @as6520 (optional)

This PR adds a simple if-statement to perform only the feature extraction step of the protocol (if feature_extraction_only: True is specified in the config). A commented line has been added to the sample config and can be uncommented to demonstrate the functionality.

Closes #11.