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, thanks for your great work for community.!
But when I wanted to re-train the RVQ using the command released, some errors occurred.
Traceback (most recent call last):
File "/home/user/grad_proj/momask-codes/train_vq.py", line 79, in
eval_wrapper = EvaluatorModelWrapper(wrapper_opt)
File "/home/user/grad_proj/momask-codes/models/t2m_eval_wrapper.py", line 48, in init
self.text_encoder, self.motion_encoder, self.movement_encoder = build_models(opt)
File "/home/user/grad_proj/momask-codes/models/t2m_eval_wrapper.py", line 6, in build_models
movement_enc = MovementConvEncoder(opt.dim_pose-4, opt.dim_movement_enc_hidden, opt.dim_movement_latent)
AttributeError: 'Namespace' object has no attribute 'dim_movement_enc_hidden'
Do you have any idea about this problem?
The text was updated successfully, but these errors were encountered:
Hi, thanks for your great work for community.!
But when I wanted to re-train the RVQ using the command released, some errors occurred.
Traceback (most recent call last):
File "/home/user/grad_proj/momask-codes/train_vq.py", line 79, in
eval_wrapper = EvaluatorModelWrapper(wrapper_opt)
File "/home/user/grad_proj/momask-codes/models/t2m_eval_wrapper.py", line 48, in init
self.text_encoder, self.motion_encoder, self.movement_encoder = build_models(opt)
File "/home/user/grad_proj/momask-codes/models/t2m_eval_wrapper.py", line 6, in build_models
movement_enc = MovementConvEncoder(opt.dim_pose-4, opt.dim_movement_enc_hidden, opt.dim_movement_latent)
AttributeError: 'Namespace' object has no attribute 'dim_movement_enc_hidden'
Do you have any idea about this problem?
The text was updated successfully, but these errors were encountered: