Skip to content

'Namespace' object has no attribute 'dim_movement_enc_hidden' #94

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
LGZ-BIT opened this issue Dec 10, 2024 · 1 comment
Open

'Namespace' object has no attribute 'dim_movement_enc_hidden' #94

LGZ-BIT opened this issue Dec 10, 2024 · 1 comment

Comments

@LGZ-BIT
Copy link

LGZ-BIT commented Dec 10, 2024

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?

@1997MarsRover
Copy link

Hello @LGZ-BIT were you able to fix this, since am getting the same error

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants