-
Notifications
You must be signed in to change notification settings - Fork 390
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
coordinator stopped with threads still running #94
Comments
I think it might be because of tensorflow version as the code supports 1.4,1.7 . Can you try it with any of these versions? |
Hi, I know is suppose to work just for 1.4, 1.7, but I was wondering how to make it work for a newer version of Tensorflow. And no, at the moment I cannot try with the older versions. Thanks, anyway. |
Hi @lazarusA did you get a solution ? I have a same issue. |
|
@rifaadev this is almost 2 years old :D. And at the end I didn't used it. But if I remember correctly I did got it to work installing all the right dependencies in the older version. No the new one. |
thank you for answer, I can't install an old version of tensorflow. do you know how? |
Hi,
I'm running the cifar10_macro_search.sh file and it seems that everything is fine because the training process goes well until the end, there in the last epcoh I get :
I'm using
python 2.7.12
andtensorflow 1.12.0
. Any suggestions on how to fix this issue?The text was updated successfully, but these errors were encountered: