rolczynski / Automatic-Speech-Recognition

🎧 Automatic Speech Recognition: DeepSpeech & Seq2Seq (TensorFlow)
GNU Affero General Public License v3.0
223 stars 64 forks source link

Installation Conda #7

Closed Stingray2020 closed 4 years ago

Stingray2020 commented 4 years ago

Love the project . I'm looking to use this to adapt models to my voice. But I'm struggling on the installation process with conda. Getting a "Solving environment : Failed " message after running the command :

conda env create -f=environment.yml

ResolvePackagesNotFound scipy=1.1.0=py36h7c811a0_2 ....... tensorflow=1.12.0=gpu_py36he74679b_0

Anyway Thank you keep up the good work :+1:

rolczynski commented 4 years ago

hey!

Thank you very much. The problem is connected with the GPU. Please rename the line to tensorflow=1.12.0, and it should work.

Rafal

Stingray2020 commented 4 years ago

Hi Rolczynski I'm really sorry I was running : conda env create -f=environment-gpu.yml

Ill attach my Error , as I tried to summarize it and confused which command I had ran.

I'm attempting to use the gpu version as Ive ran environments with tensor-flow using the gpu conda env create -f=environment-gpu.yml

image

I take it, some of the packages cant be found on conda. Or I don't have the correct conda repos ?

Thank you so much for the quick reply.

rolczynski commented 4 years ago

Hey! I've updated new environment files over there :+1: