-
Notifications
You must be signed in to change notification settings - Fork 10
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
No predicted number #2
Comments
The script Preprocessing_Rawdata.ipynb is for providing reference code of preprocessing raw data in case you want to implement latest Lottery data (and the codes are not trimmed. I'm sorry for this). If you persist on using that script, delete "predicted" variabe and use "ww" variable instead. But I recommend you to simply run "main.py" in your preferred IDE. Have a nice day :) |
Simply running 'main.py' scripts lead to below error: 2023-03-03 13:26:53.113558: I tensorflow/core/platform/cpu_feature_guard.cc:193] This TensorFlow binary is optimized with oneAPI Deep Neural Network Library (oneDNN) to use the following CPU instructions in performance-critical operations: AVX AVX2 That's the reason that i turn to preprocessing raw data. Please give further suggestions. By the way, if final predict include number zero,what's that mean? Thanks & regards! |
In the data file: |
Hi Dr Jindeok,
using the same script and data, but with the latest Tensorflow version, i run the Preprocessing_Rawdata script, the result is empty.
NameError Traceback (most recent call last)
Cell In[23], line 1
----> 1 predicted
NameError: name 'predicted' is not defined
Could you give me some suggestions.
Thanks a lot !
Cybertt
The text was updated successfully, but these errors were encountered: