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
Hi, may I know why model.get_init_states() returns the learnable nn.Parameter of user and item states? From my point of view, they will get back propagated once before first detaching at line 36 of file trainer.py.
Hi, may I know why
model.get_init_states()returns the learnable nn.Parameter of user and item states? From my point of view, they will get back propagated once before first detaching at line 36 of filetrainer.py.