GithubHelp home page GithubHelp logo

Comments (15)

Adam-Vandervorst avatar Adam-Vandervorst commented on May 23, 2024

I have the same problem using:
Debian 9
Tensorflow .12 GPU
Python 3.5

from tensorflow-speech-recognition.

anees042 avatar anees042 commented on May 23, 2024

I have the same problem using:
Windows 10
Tensorflow .12
Python3.5

from tensorflow-speech-recognition.

pannous avatar pannous commented on May 23, 2024

strange, maybe a tflearn.py bug? we'll investigate ...

from tensorflow-speech-recognition.

adroit91 avatar adroit91 commented on May 23, 2024

We also noted this behaviour when using the bleeding edge of Tensorflow itself as well as tflearn. Trying checking out the last official releases of both, and it should work.

from tensorflow-speech-recognition.

Adam-Vandervorst avatar Adam-Vandervorst commented on May 23, 2024

I upgraded tensorflow-gpu to 0.12.0rc1 and tflearn to 0.2.2 and this build seems broken.
In the tflearn config file:

    _FLOATX = tf.float32
AttributeError: module 'tensorflow' has no attribute 'float32'

EDIT:
downgraded tensorflow-gpu to previous build, still raising an error.

  File "/tflearn/summaries.py", line 46, in get_summary
    summ = tf.scalar_summary(tag, value)
AttributeError: module 'tensorflow' has no attribute 'scalar_summary'

from tensorflow-speech-recognition.

pannous avatar pannous commented on May 23, 2024

Sorry I can NOT reproduce the error with any version of tensorflow / tflearn :(
maybe try
pip install git+https://github.com/tflearn/tflearn.git
pip3 install git+https://github.com/tflearn/tflearn.git

from tensorflow-speech-recognition.

Adam-Vandervorst avatar Adam-Vandervorst commented on May 23, 2024

What system setup and tflearn/tensorflow versions are you using?
With the latest (git) libs I still get the same error, and I'm sadly not able to find information about it online.

from tensorflow-speech-recognition.

pannous avatar pannous commented on May 23, 2024

strange. tried most combinations of
py2.7 / py3.5
tf0.11.0 / 0.12.0rc1
tflearn-0.2.2 tflearn-0.1.1(?)
mac / ubuntu
only getting warnings, no errors

from tensorflow-speech-recognition.

pannous avatar pannous commented on May 23, 2024

at this point it might be easiest if you just patch
tflearn/helpers/trainer.py, line 125 manually

from tensorflow-speech-recognition.

pannous avatar pannous commented on May 23, 2024

or file a tflearn bug
astonishing how many people here seem to be affected.

or just skip the toy examples and jump straight to ./densenet_layer.py

from tensorflow-speech-recognition.

Adam-Vandervorst avatar Adam-Vandervorst commented on May 23, 2024

Alright, found it.
It was a tensorflow issue, tho I do not know that exactly.

https://storage.googleapis.com/tensorflow/linux/gpu/tensorflow_gpu-0.12.0rc1-cp35-cp35m-linux_x86_64.whl

(Watch out, download link!)
Worked for me, while nor the latest build (git) nor the pip version worked.
Thank you, I opened the issue, as like you said, many people are affected.

from tensorflow-speech-recognition.

anees042 avatar anees042 commented on May 23, 2024

https://github.com/tflearn/tflearn/issues/480

is it the same issue?

from tensorflow-speech-recognition.

Adam-Vandervorst avatar Adam-Vandervorst commented on May 23, 2024

Correct.

from tensorflow-speech-recognition.

anees042 avatar anees042 commented on May 23, 2024

even downgrading tensorflow to 0.11 solves the problem;
https://storage.googleapis.com/tensorflow/linux/cpu/cloudml/tensorflow-0.11.0rc2-cp27-none-linux_x86_64.whl

can't do that on windows :(
installing gpu version solves the problem on windows

from tensorflow-speech-recognition.

raffaelbd avatar raffaelbd commented on May 23, 2024

@pannous is this a complete project?

from tensorflow-speech-recognition.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.