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
The cached list of names is stored as name_list, but in line 84, new_name_list (an empty list) is used.
This causes a problem where selt.reset_max_len() does not work as intended.
In
mGPT/data/humanml/dataset_t2m.py
, line 65~85:The cached list of names is stored as
name_list
, but in line 84,new_name_list
(an empty list) is used.This causes a problem where
selt.reset_max_len()
does not work as intended.proposed fix
This can be resolve by:
I know the original code is from here, but the caching part seems to be added separetely, so I'm issuing this here.
The text was updated successfully, but these errors were encountered: