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
Currently, we are not able to feed continuous list features to an MLP model since the aggregation of this list features are not working as expected. We tested the following in the InputBlockV2 as continuous arg, but it does not work:
if we can make SequenceAggregator work for this case, that'd be solving the issue. It does not work now, since right now it has hard requirement that the input should be 3D. it should be able to work with 2D tensor as well.
This is an important feature for GTC'23 Merlin tutorial.
The text was updated successfully, but these errors were encountered:
rnyak
changed the title
[Task] Create a post block to be able to feed continuous list features to an MLP model
[FEA] Create a post block to be able to feed continuous list features to an MLP model
Jan 27, 2023
Description
Currently, we are not able to feed continuous list features to an MLP model since the aggregation of this list features are not working as expected. We tested the following in the InputBlockV2 as continuous arg, but it does not work:
if we can make
SequenceAggregator
work for this case, that'd be solving the issue. It does not work now, since right now it has hard requirement that the input should be 3D. it should be able to work with 2D tensor as well.This is an important feature for GTC'23 Merlin tutorial.
The text was updated successfully, but these errors were encountered: