Code Monkey home page Code Monkey logo

Comments (12)

pannous avatar pannous commented on August 16, 2024 2

do
git clone --recursive https://github.com/pannous/tensorflow-speech-recognition
or
pip install layer

from tensorflow-speech-recognition.

MuruganR96 avatar MuruganR96 commented on August 16, 2024 2

I'm also same confusion. someone explain how to execute ?

from tensorflow-speech-recognition.

hudsantos avatar hudsantos commented on August 16, 2024 1

In my case git clone --recursive didn't do it's job. layed and tensorpeers directories remains empty and I do not know why... So I had to:
cd tensorflow-speech-recognition
git clone https://github.com/pannous/layer.git
git clone https://github.com/pannous/tensorpeers.git
And now I see modules there... nice! Thankyou.

from tensorflow-speech-recognition.

Hitesh95 avatar Hitesh95 commented on August 16, 2024 1

what steps are to be followed after training a set, someone please explains me

from tensorflow-speech-recognition.

manishanker avatar manishanker commented on August 16, 2024

Wow, thanks for super fast reply :)

from tensorflow-speech-recognition.

MatCauthon avatar MatCauthon commented on August 16, 2024

Hi,

I meet the same problem and I try pip3 install layer as my environment is python 3.5.2 with tensorflow 1.0.
However, the problem can not be fixed. Any ideas?

Thanks,
Mat

from tensorflow-speech-recognition.

ackd06 avatar ackd06 commented on August 16, 2024

What happen with this error?i install layer and no error but i cant import layer with python

ubuntu@ubuntu-z:~$ pip install layer
Requirement already satisfied: layer in ./anaconda2/lib/python2.7/site-packages
Requirement already satisfied: tensorflow in ./anaconda2/lib/python2.7/site-packages (from layer)
Requirement already satisfied: numpy>=1.11.0 in ./anaconda2/lib/python2.7/site-packages (from tensorflow->layer)
Requirement already satisfied: mock>=2.0.0 in ./anaconda2/lib/python2.7/site-packages (from tensorflow->layer)
Requirement already satisfied: six>=1.10.0 in ./anaconda2/lib/python2.7/site-packages (from tensorflow->layer)
Requirement already satisfied: wheel in ./anaconda2/lib/python2.7/site-packages (from tensorflow->layer)
Requirement already satisfied: protobuf>=3.1.0 in ./anaconda2/lib/python2.7/site-packages (from tensorflow->layer)
Requirement already satisfied: funcsigs>=1; python_version < "3.3" in ./anaconda2/lib/python2.7/site-packages (from mock>=2.0.0->tensorflow->layer)
Requirement already satisfied: pbr>=0.11 in ./anaconda2/lib/python2.7/site-packages (from mock>=2.0.0->tensorflow->layer)
Requirement already satisfied: setuptools in ./anaconda2/lib/python2.7/site-packages (from protobuf>=3.1.0->tensorflow->layer)
Requirement already satisfied: packaging>=16.8 in ./anaconda2/lib/python2.7/site-packages (from setuptools->protobuf>=3.1.0->tensorflow->layer)
Requirement already satisfied: appdirs>=1.4.0 in ./anaconda2/lib/python2.7/site-packages (from setuptools->protobuf>=3.1.0->tensorflow->layer)
Requirement already satisfied: pyparsing in ./anaconda2/lib/python2.7/site-packages (from packaging>=16.8->setuptools->protobuf>=3.1.0->tensorflow->layer)

ubuntu@ubuntu-z:~$ python

import layer
Traceback (most recent call last):
File "", line 1, in
ImportError: No module named layer

from tensorflow-speech-recognition.

saurabhvyas avatar saurabhvyas commented on August 16, 2024

I can confirm its still a problem , I am using tf 1.0

from tensorflow-speech-recognition.

MatCauthon avatar MatCauthon commented on August 16, 2024

go to layer 's directory and you can see that there is nothing for python to import ( no .py or something like that)
I thought something was missing and we had no way to solve it.

from tensorflow-speech-recognition.

saurabhvyas avatar saurabhvyas commented on August 16, 2024

So basically what are you suggesting ?

from tensorflow-speech-recognition.

pannous avatar pannous commented on August 16, 2024

problem confirmed.
In the meantime do git recursive :

git clone --recursive https://github.com/pannous/tensorflow-speech-recognition

then you should see:

tensorflow-speech-recognition/layer$ ls
baselines.py  Clockwork_RNN.py  __init__.py  net.py  old  README.md  setup.py  tensorboard_util.py

from tensorflow-speech-recognition.

pannous avatar pannous commented on August 16, 2024

pip install --upgrade layer should now work

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.