We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 570eb1c commit fc1f3edCopy full SHA for fc1f3ed
torchrec/distributed/utils.py
@@ -781,7 +781,8 @@ def modify_input_for_feature_processor(
781
782
if is_collection:
783
if hasattr(feature_processors, "pre_process_pipeline_input"):
784
- feature_processors.pre_process_pipeline_input(features) # pyre-ignore[29]
+ # pyre-ignore[29]
785
+ feature_processors.pre_process_pipeline_input(features)
786
else:
787
logging.info(
788
f"[Feature Processor Pipeline] Skipping pre_process_pipeline_input for feature processor {feature_processors=}"
0 commit comments