brats17 icon indicating copy to clipboard operation
brats17 copied to clipboard

incompatibility new tensorflow

Open faustomilletari opened this issue 6 years ago • 3 comments

Iterator is not present anymore. Fortunately, It seems it is not even used in the code. Might be possible to remove it and therefore gain compatibility with latest TF.

faustomilletari avatar Jun 12 '18 21:06 faustomilletari

hey have you find the solution to this problem ? ` File "", line 1, in from tensorflow.contrib.data import Iterator

ImportError: cannot import name 'Iterator'`

i am also facing this same problem

ksharm50 avatar Jun 27 '18 17:06 ksharm50

I have just removed this import from everywhere it occurs as it turns out it's never used in the code.

Fausto Milletarì Sent from my iPhone

On 27. Jun 2018, at 10:54, kunal sharma [email protected] wrote:

hey have you find the solution to this problem ? ` File "", line 1, in from tensorflow.contrib.data import Iterator

ImportError: cannot import name 'Iterator'`

i am also facing this same problem

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.

faustomilletari avatar Jun 27 '18 18:06 faustomilletari

The code was based on Tensorflow 1.4. It should be updated to support the latest version.

taigw avatar Dec 03 '18 09:12 taigw