imagej / imagej-tensorflow

ImageJ/TensorFlow integration library
https://imagej.net/libs/tensorflow
Other
25 stars 13 forks source link

Update to TensorFlow 1.6.0 #6

Closed Nicholas-Schaub closed 6 years ago

Nicholas-Schaub commented 6 years ago

The current repository is running on TensorFlow 1.2.0. Minor changes needed to be made to make sure the example still ran properly since the previous methods LabelImage.java used were made private in TensorFlow. There still appear to be errors in TensorsTest.java.

ctrueden commented 6 years ago

Thanks @Nicholas-Schaub. I think we'll want to merge #4 first, and then update this PR accordingly. I will try to get back to this tomorrow!

Nicholas-Schaub commented 6 years ago

No problem. I'm trying to dig into the errors in TensorsTest.java. I don't think I'm having the same issues as reported in #4.

Nicholas-Schaub commented 6 years ago

I should have taken a closer look at #4. Those changes were better, and adding them to this resolved the test errors.

ctrueden commented 6 years ago

Didn't have time to work on #4 and #6 yet, but will do so ASAP.

ctrueden commented 6 years ago

Great, with the merge of #4, this PR became really trivial. ^_^ Thanks @Nicholas-Schaub!