Code Monkey home page Code Monkey logo

Comments (21)

tugstugi avatar tugstugi commented on May 21, 2024 11

tnx, I have updated the demo notebook little bit and uploaded it: https://colab.research.google.com/github/tugstugi/dl-colab-notebooks/blob/master/notebooks/RealTimeVoiceCloning.ipynb

from dl-colab-notebooks.

lucidigital avatar lucidigital commented on May 21, 2024 3

tnx, I have updated the demo notebook little bit and uploaded it: https://colab.research.google.com/github/tugstugi/dl-colab-notebooks/blob/master/notebooks/RealTimeVoiceCloning.ipynb

Google Colab said they don't support TensorFlow 1.x anymore, and require to update TensorFlow 2. Colab doc becomes useless :( Can you update it? Thanks

from dl-colab-notebooks.

AlbinoGeek avatar AlbinoGeek commented on May 21, 2024 3

For all the people mentioning tensorflow 2 support....

Just delete the line that mentions tensorflow 1.x -- it works.

@jujpenabe @lucidigital

from dl-colab-notebooks.

tugstugi avatar tugstugi commented on May 21, 2024 1

@400lbhacker fixed.

from dl-colab-notebooks.

400lbhacker avatar 400lbhacker commented on May 21, 2024

last step, error: "operands could not be broadcast together with shapes (2200,) (4000,) (2200,)"
is this due to numpy version or python version(2/3) thanks

from dl-colab-notebooks.

aakashkumar6868 avatar aakashkumar6868 commented on May 21, 2024

Hey can u do it for adding paragraphs.

from dl-colab-notebooks.

400lbhacker avatar 400lbhacker commented on May 21, 2024

Hey tugstugi I just wanted to say thankyou for making this wonderful project, and for also resolving that issue. That is the fastest fix responce time ive ever had on github. keep up the wonderful project

from dl-colab-notebooks.

400lbhacker avatar 400lbhacker commented on May 21, 2024

I really want to talk to you im impressed with alot of your projects im new to github still learning how to use it, my email is here: [email protected] my facebook is: https://www.facebook.com/profile.php?id=100015734717430

from dl-colab-notebooks.

himanshuragtah1 avatar himanshuragtah1 commented on May 21, 2024

Hey can u do it for adding paragraphs.

@400lbhacker fixed.

@tugstugi error: "operands could not be broadcast together with shapes (2200,) (4000,) (2200,)" occurring again. How can this be fixed?

from dl-colab-notebooks.

deanrussell avatar deanrussell commented on May 21, 2024

Hi @tugstugi. On colab, I'm getting two errors in the final "Synthesize" step:

FileNotFoundError Traceback (most recent call last) [<ipython-input-4-6e155181f8d0>](https://localhost:8080/#) in <module>()

and

FileNotFoundError: [Errno 2] No such file or directory: 'Real-Time-Voice-Cloning/saved_models/default/synthesizer.pt'

Any thoughts on what I'm doing wrong?

from dl-colab-notebooks.

tugstugi avatar tugstugi commented on May 21, 2024

@deanrussell Currently download from Google Drive doesn't work anymore, as long gdown doesn't fix it, we can't do anything, see: wkentaro/gdown#162

from dl-colab-notebooks.

tugstugi avatar tugstugi commented on May 21, 2024

@deanrussell you can try again, it is now hopefully fixed.

from dl-colab-notebooks.

deanrussell avatar deanrussell commented on May 21, 2024

@deanrussell you can try again, it is now hopefully fixed.

Thank you, @tugstugi! It works.

from dl-colab-notebooks.

Cybernite21 avatar Cybernite21 commented on May 21, 2024

Hi, this is a really great tool, but if I were to disconnect and reconnect, is there a way to reload the state the ai was in? So i do not have to re upload audio and retrain?

from dl-colab-notebooks.

KaliHUB10 avatar KaliHUB10 commented on May 21, 2024

THANK YOU

from dl-colab-notebooks.

KaliHUB10 avatar KaliHUB10 commented on May 21, 2024

from dl-colab-notebooks.

souvikg544 avatar souvikg544 commented on May 21, 2024

Will giving big audio files of maybe 5 hours help in getting a good output?

from dl-colab-notebooks.

jujpenabe avatar jujpenabe commented on May 21, 2024

Must be upgraded to tensorflow 2 for compatibility with colab.

from dl-colab-notebooks.

Abbienew avatar Abbienew commented on May 21, 2024

My first attempt was successful, but the subsequent executions were unsuccessful and produced errors
ModuleNotFoundError: No module named 'unidecode' ; NameError: name 'encoder' is not defined;" NameError: name 'encoder' is not defined "

any solutions? tips?

from dl-colab-notebooks.

imvbhuvan avatar imvbhuvan commented on May 21, 2024

TypeError Traceback (most recent call last)
in <cell line: 23>()
28 #button = widgets.Button(description="Upload Voice File")
29 #button.on_click(_upload_audio)
---> 30 _upload_audio("")

2 frames
/content/Real-Time-Voice-Cloning/encoder/audio.py in preprocess_wav(fpath_or_wav, source_sr, normalize, trim_silence)
40 # Resample the wav if needed
41 if source_sr is not None and source_sr != sampling_rate:
---> 42 wav = librosa.resample(wav, source_sr, sampling_rate)
43
44 # Apply the preprocessing: normalize volume and shorten long silences

TypeError: resample() takes 1 positional argument but 3 were given

I am this error constantly any tips on how to resolve this @tugstugi

from dl-colab-notebooks.

roy-sub avatar roy-sub commented on May 21, 2024

Hey imvbhuvan where you able to fix the TypeError: resample() takes 1 positional argument but 3 were given.

If yes kindly provide the solution !

from dl-colab-notebooks.

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.