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 d6ee3e0 commit 656c433Copy full SHA for 656c433
torchrec/distributed/utils.py
@@ -781,8 +781,7 @@ def modify_input_for_feature_processor(
781
782
if is_collection:
783
if hasattr(feature_processors, "pre_process_pipeline_input"):
784
- # pyre-ignore[29]
785
- feature_processors.pre_process_pipeline_input(features)
+ feature_processors.pre_process_pipeline_input(features) # pyre-ignore[29]
786
else:
787
logging.info(
788
f"[Feature Processor Pipeline] Skipping pre_process_pipeline_input for feature processor {feature_processors=}"
0 commit comments