-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
module 'tensorflow.contrib.data' has no attribute 'parallel_interleave' #48
Comments
@AshleyRoth I do have the same problem. Help needed @EdjeElectronics !! |
It looks like it may be related to using old versions of TensorFlow. If you're using TF 1.5, can you try using TF 1.8.0 instead and see if the error goes away? |
@EdjeElectronics I have upgraded to TF 1.8.0 , still it's showing the following error:
|
@shubhajitml unfortunately on ubuntu I could not run. after update tensorflow i have error same I had to switch to WINDOWS 10, but I would like all the same for ubuntu |
@AshleyRoth switching to different os is not going to solve the issue.The TensorFlow object detection API itself was built on Linux-based os like Ubuntu, so we should try to fix this error with this native os. @EdjeElectronics I have tried the above mentioned solutions and fixed the |
@levinwil the problem in my case |
In case anyone else runs into this problem and the above solution did not fix your problem, below are some other possible solutions: Try updating tensorflow to the latest version using 'pip install --upgrade tensorflow' (or if you are using GPU, 'pip install --upgrade tensorflow-gpu') If you need to be using your current version of tensorflow, perhaps for compatability with CUDA 8, you can change the line to the following: |
Hello! When run
python3 train.py --logtostderr --train_dir=training/ --pipeline_config_path=training/faster_rcnn_inception_v2_pets.config
i get errorAttributeError: module 'tensorflow.contrib.data' has no attribute 'parallel_interleave'
how i can fix this?? Please help
The text was updated successfully, but these errors were encountered: