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

Problem in generating the pertained output like Elmo #45

Closed
guoyinwang opened this issue Nov 5, 2018 · 1 comment
Closed

Problem in generating the pertained output like Elmo #45

guoyinwang opened this issue Nov 5, 2018 · 1 comment

Comments

@guoyinwang
Copy link

I followed the example to generate pretrained features. However, unlike other examples, it cannot find the pretrained model, with the error message like this:
INFO:tensorflow:Could not find trained model in model_dir: /tmp/tmp6sn66z76, running initialization to predict.. This message print when running line for result in estimator.predict(input_fn, yield_single_examples=True):

However, after this, in the model_fn function, tf.train.init_from_checkpoint is called. So not sure if this actually a problem or is just a meaningless printing .

@jacobdevlin-google
Copy link
Contributor

Yes that warning is expected, it just means that you didn't do any training (which is what we expect in this case).

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

2 participants