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

how to test the pretrained model on the dataset? #23

Open
yayeoCddy opened this issue Sep 1, 2017 · 7 comments
Open

how to test the pretrained model on the dataset? #23

yayeoCddy opened this issue Sep 1, 2017 · 7 comments

Comments

@yayeoCddy
Copy link

you have released codes about how to train and how to make a demo..
but how we evaluate the pretrained model?I have found ./demo/birds-eval.yml and downloaded the pre-trained model birds_model_164000.ckpt in ./model
meanwhile, the test CUB dataset have produced by the prepocess_birds.py, such as char-CNN-RNN-embedding.pickle, filenames.pickle, but the file *.txt and *.t7 are needed in birds_demo.sh..

so how to test the pretrained stackedGAN?

@tejas-gokhale
Copy link

I am facing the same issue even after training on my own. The *.t7 files are missing and so I cannot test it.

@thak123
Copy link

thak123 commented Jan 9, 2018

Did anyone find the *,t7 files

@ningning32
Copy link

@thak123 add torch is necessary

@namrathadeepthi
Copy link

Facing the same issue, example_captions.t7 is missing. Where is it?

@ningning32
Copy link

ningning32 commented Apr 15, 2018 via email

@ast1997
Copy link

ast1997 commented Feb 11, 2020

i can't find the example_captions.t7 file. Can anyone help me out

@vigneshdurairaj
Copy link

vigneshdurairaj commented Mar 20, 2020

@ast1997 you have to download torch and compile the get_embeddings.lua file to get the example_captions.t7 file.

use this resource to install torch: http://torch.ch/docs/getting-started.html#_
and if you have ubuntu 18.04 and cuda 10 go this source directly because the version given in the official torch repo is not compatible with cuda 10: nagadomi/waifu2x#253 (comment)

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

7 participants