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
Hello,
I have read the paper "Contrastive Disentangled Meta-Learning for Signer-Independent Sign Language Translation" and I find this model very worthwhile to study. I discovered the code you implemented for this paper, but I noticed that in dataset.py at line 64, there are the following lines:
train_pos = "/home/slt-master/train_save.txt"
dev_pos = "/home/slt-master/dev_save.txt"
test_pos = "/home/slt-master/test_save.txt"
However, you did not provide these three files. From the context of the code, I can roughly understand the purpose of these files, but due to my limited knowledge, I am unable to analyze their specific contents. Could I respectfully request you to supplement the contents of train_save.txt, dev_save.txt, and test_save.txt? Thank you very much.
The text was updated successfully, but these errors were encountered:
Hello,
I have read the paper "Contrastive Disentangled Meta-Learning for Signer-Independent Sign Language Translation" and I find this model very worthwhile to study. I discovered the code you implemented for this paper, but I noticed that in dataset.py at line 64, there are the following lines:
train_pos = "/home/slt-master/train_save.txt"
dev_pos = "/home/slt-master/dev_save.txt"
test_pos = "/home/slt-master/test_save.txt"
However, you did not provide these three files. From the context of the code, I can roughly understand the purpose of these files, but due to my limited knowledge, I am unable to analyze their specific contents. Could I respectfully request you to supplement the contents of train_save.txt, dev_save.txt, and test_save.txt? Thank you very much.
The text was updated successfully, but these errors were encountered: