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

hello!it's me again, thanks for the guide u gave me before and I fixed that bug,but I met another problem! #2

Open
ANYMS-A opened this issue Mar 20, 2017 · 5 comments

Comments

@ANYMS-A
Copy link

ANYMS-A commented Mar 20, 2017

crissallandeMacBook-Pro:~ crissallan$ python3 train.py
Training set size: (2217, 20)
W tensorflow/core/platform/cpu_feature_guard.cc:45] The TensorFlow library wasn't compiled to use SSE4.1 instructions, but these are available on your machine and could speed up CPU computations.
W tensorflow/core/platform/cpu_feature_guard.cc:45] The TensorFlow library wasn't compiled to use SSE4.2 instructions, but these are available on your machine and could speed up CPU computations.
W tensorflow/core/platform/cpu_feature_guard.cc:45] The TensorFlow library wasn't compiled to use AVX instructions, but these are available on your machine and could speed up CPU computations.
W tensorflow/core/platform/cpu_feature_guard.cc:45] The TensorFlow library wasn't compiled to use AVX2 instructions, but these are available on your machine and could speed up CPU computations.
W tensorflow/core/platform/cpu_feature_guard.cc:45] The TensorFlow library wasn't compiled to use FMA instructions, but these are available on your machine and could speed up CPU computations.
Initial loss 0.693146

@hollance
Copy link
Owner

What is the actual problem?

@ANYMS-A
Copy link
Author

ANYMS-A commented Mar 21, 2017

well, the script train.py can't get the output as you showed in your article and got stuck as you see, it just output the value of Initial loss 0.693146. I was wondering is it wrong after I run split_data.py?because I put the voice.csv into a wrong folder? I put all the scripts and data in one folder.

@hollance
Copy link
Owner

What do you mean it gets stuck? Does the process hang and do you need to press Ctrl+C to kill it, or does it exit immediately?

@ANYMS-A
Copy link
Author

ANYMS-A commented Mar 27, 2017

I need to press ctrl+c to kill it and after I pressing ctrl+c I got the following lines:

^CTraceback (most recent call last):
File "train.py", line 68, in
sess.run(train_op,feed_dict=feed)
File "/usr/local/lib/python3.6/site-packages/tensorflow/python/client/session.py", line 767, in run
run_metadata_ptr)
File "/usr/local/lib/python3.6/site-packages/tensorflow/python/client/session.py", line 965, in _run
feed_dict_string, options, run_metadata)
File "/usr/local/lib/python3.6/site-packages/tensorflow/python/client/session.py", line 1015, in _do_run
target_list, options, run_metadata)
File "/usr/local/lib/python3.6/site-packages/tensorflow/python/client/session.py", line 1022, in _do_call
return fn(*args)
File "/usr/local/lib/python3.6/site-packages/tensorflow/python/client/session.py", line 1004, in _run_fn
status, run_metadata)
KeyboardInterrupt

@ANYMS-A
Copy link
Author

ANYMS-A commented Mar 27, 2017

hahahah!I 've solved this problem, and got the same output as you! thanks for your patient! keep learning!

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