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

i don't know what's mean Your CPU supports instructions that this TensorFlow binary was not compiled to use: AVX AVX2 #79

Open
ckc5800 opened this issue Jan 16, 2018 · 2 comments

Comments

@ckc5800
Copy link

ckc5800 commented Jan 16, 2018

I am a student studying tensor flow.
Can I get help?
i used window, powershell

-master> python .\execute.py

Mode : test

2018-01-16 12:11:02.578204: I C:\tf_jenkins\home\workspace\rel-win\M\windows\PY\36\tensorflow\core\platform\cpu_feature_guard.cc:137] Your CPU supports instructions that this TensorFlow binary was not compiled to use: AVX AVX2
Traceback (most recent call last):
File ".\execute.py", line 322, in
decode()
File ".\execute.py", line 211, in decode
model = create_model(sess, True)
File ".\execute.py", line 104, in create_model
model = seq2seq_model.Seq2SeqModel( gConfig['enc_vocab_size'], gConfig['dec_vocab_size'], _buckets, gConfig['layer_size'], gConfig['num_layers'], gConfig['max_gradient_norm'], gConfig['batch_size'], gConfig['learning_rate'], gConfig['learning_rate_decay_factor'], forward_only=forward_only)
File "C:\Users\user\Desktop\new\python source\PycharmProjects\untitled2\tensor\tensorflow_chatbot-master\tensorflow_chatbot-master\seq2seq_model.py", line 142, in init
self.outputs, self.losses = tf.nn.seq2seq.model_with_buckets(
AttributeError: module 'tensorflow.python.ops.nn' has no attribute 'seq2seq'

@maxim5
Copy link

maxim5 commented Jan 28, 2018

As for the warning, see this question on StackOverflow. And also #78

@KhajaMoinuddin
Copy link

if you write a simple tensorflow program as well you will get this warning. but the program should work.
the issue looks to be here
module 'tensorflow.python.ops.nn' has no attribute 'seq2seq'
i think you are at some latest version of tensorflow. go back to some older version and it will work

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

3 participants