Skip to content
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

TypeError: __init__() missing 3 required positional arguments: 'njoints', 'nfeats', and 'num_classes' #43

Open
beria-moon opened this issue Dec 29, 2024 · 0 comments

Comments

@beria-moon
Copy link

when i train the model use the code:
python -m src.train.train --clip_text_losses cosine --clip_image_losses cosine --pose_rep rot6d --lambda_vel 100 --lambda_rc 100 --lambda_rcxyz 100 --jointstype vertices --batch_size 1 --num_frames 60 --num_layers 8 --lr 0.0001 --glob --translation --no-vertstrans --latent_dim 512 --num_epochs 100 --snapshot 10 --device 1 --dataset amass --datapath /mnt/sdb/wangjinting/A-V/V2A/amss_db/amass_30fps_train.pt --folder ./exps/my-paper-model

I meet the error : encoder = Encoder_TRANSFORMER(**parameters)
TypeError: init() missing 3 required positional arguments: 'njoints', 'nfeats', and 'num_classes'

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

1 participant