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
InterestExtractorNetwork contains a auxiliary_net to calculate click_prop and noclick_prop so as to calculae auxiliary loss, however, auxiliary_net is a MLPLayers which output dim != 1, I thought we should add a output layer after auxiliary_net to transform dimension [output_dim of auxiliary_net → 1]
The text was updated successfully, but these errors were encountered:
InterestExtractorNetwork contains a auxiliary_net to calculate click_prop and noclick_prop so as to calculae auxiliary loss, however, auxiliary_net is a MLPLayers which output dim != 1, I thought we should add a output layer after auxiliary_net to transform dimension [output_dim of auxiliary_net → 1]
The text was updated successfully, but these errors were encountered: