Closed tomcat123a closed 5 years ago
I installed tensorflow-gpu,version 1.4, and downloaded the data according to your tutorial. https://github.com/calico/basenji/blob/master/tutorials/train_test.ipynb .Then I ran the code at cell 2,
basenji_train.py --augment_rc --ensemble_rc --augment_shifts "1,0,-1" --logdir models/heart --params models/params_small.txt --train_data data/heart_l131k/tfrecords/train.tfr --test_data data/heart_l131k/tfrecords/valid.tfr
Then a bug was given as below,"local variable 'metrics_queue' referenced before assignment".
Could you please help solve the problem? Thanks a lot.
Thanks for the bug report. I just pushed the fix
I installed tensorflow-gpu,version 1.4, and downloaded the data according to your tutorial. https://github.com/calico/basenji/blob/master/tutorials/train_test.ipynb .Then I ran the code at cell 2,
basenji_train.py --augment_rc --ensemble_rc --augment_shifts "1,0,-1" --logdir models/heart --params models/params_small.txt --train_data data/heart_l131k/tfrecords/train.tfr --test_data data/heart_l131k/tfrecords/valid.tfr
Then a bug was given as below,"local variable 'metrics_queue' referenced before assignment".
Could you please help solve the problem? Thanks a lot.