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

KeyError: 'eye_mask' #114

Open
G-force78 opened this issue May 11, 2024 · 0 comments
Open

KeyError: 'eye_mask' #114

G-force78 opened this issue May 11, 2024 · 0 comments

Comments

@G-force78
Copy link

How to solve this? Where is the eye_mask argument?

==> Start Training Epoch 1, lr=0.001000 ...
0% 0/818 [00:00<?, ?it/s]Traceback (most recent call last):
File "/content/SyncTalk/main.py", line 249, in
trainer.train(train_loader, valid_loader, max_epochs)
File "/content/SyncTalk/nerf_triplane/utils.py", line 1025, in train
self.train_one_epoch(train_loader)
File "/content/SyncTalk/nerf_triplane/utils.py", line 1298, in train_one_epoch
preds, truths, loss = self.train_step(data)
File "/content/SyncTalk/nerf_triplane/utils.py", line 775, in train_step
eye_mask = data['eye_mask'] # [B, N]
KeyError: 'eye_mask'

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