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
thetas = thetas / thetas.norm(dim=1, keepdim=True)
This is a very important step↑, which reduces the space of theta that we need to search (reduces one degree of freedom)
The text was updated successfully, but these errors were encountered:
train_obj_model__warm_up__save_load.py.txt
thetas = thetas / thetas.norm(dim=1, keepdim=True)
This is a very important step↑, which reduces the space of
theta
that we need to search (reduces one degree of freedom)The text was updated successfully, but these errors were encountered: