HLTP
HLTP copied to clipboard
AttributeError: 'GDEncoder_stu' object has no attribute 'iafsqueeze'
https://github.com/Petrichor625/HLTP/blob/ebd72e219a6b08990284d10849385bcc1699a866/trajectory_visualization.py#L120C54-L120C70
Description: I encountered an error while trying to run the script trajectory_visualization.py. The script attempts to access an attribute 'iafsqueeze.v_mem' from the GDEncoder_stu object, but it seems that this attribute doesn't exist in the model. Here are the details of the error:
Error Traceback:
File "trajectory_visualization.py", line 120, in
What I Tried:
I tried manually inspecting the model class GDEncoder_stu but couldn't find the iafsqueeze attribute. Checked if state_dict contained iafsqueeze.v_mem, but it seems that it is not part of the model.