We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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'
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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'
The text was updated successfully, but these errors were encountered: