-
Notifications
You must be signed in to change notification settings - Fork 3
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
DataSet Could not be found #2
Comments
Hi, the dataset we used were:
|
@yonkshi Incase I want to work for my own dataset how do i do the embeddings. How do i convert the textfiles to .t7 format? |
@SreenijaK You may check out the original GAN-CLS paper, the author mentioned that you can either pretrain the text embedding or train it end to end with the GAN. To pretrain the text embedding you will need to train the text encoder using the pretrained LeNet's embedding layer. LeNet already contains a well defined embedding for images, and you want train your text embedding to be as close to that as possible. As for the .t7 file, it's simply a torch dataset file (kind of like an h5 file if you are familiar), you can write a custom dataloader if you plan on using t7, I am not using t7 file as I would need to install torch for that to work. |
Couldnot find the dataset used for training
The text was updated successfully, but these errors were encountered: