Giter VIP home page Giter VIP logo

Comments (6)

Bonk1971 avatar Bonk1971 commented on June 23, 2024 1

Shout out to @FurkanGozukara he has an updated repository with the fix for this. Short answer. Update Transformers to 4.28.1
pip install transformers==4.28.1

from dl-art-school.

jtfl28 avatar jtfl28 commented on June 23, 2024

I also got this error, changed
network.load_state_dict(load_net_clean, strict=strict)
to
network.load_state_dict(load_net_clean, strict=False)
in codes/trainer/basem_model.py

seems to be training now, but no idea what effect this will have on the end model

from dl-art-school.

jtfl28 avatar jtfl28 commented on June 23, 2024

I also got this error, changed network.load_state_dict(load_net_clean, strict=strict) to network.load_state_dict(load_net_clean, strict=False) in codes/trainer/basem_model.py

seems to be training now, but no idea what effect this will have on the end model

Tried using the model that I just trained with this change, and it looks like it doesn't work.
image
I guess this repo is broken in its current state.

from dl-art-school.

BurnedP avatar BurnedP commented on June 23, 2024

I am getting the same errors, no clue as to why. I already tried reinstalling and going over the process again. It is a problem with torch, but I am unsure what the problem is exactly.

from dl-art-school.

Bonk1971 avatar Bonk1971 commented on June 23, 2024

same.

from dl-art-school.

FurkanGozukara avatar FurkanGozukara commented on June 23, 2024

Shout out to @FurkanGozukara he has an updated repository with the fix for this. Short answer. Update Transformers to 4.28.1 pip install transformers==4.28.1

thank you so much

here the updated repo. i try to keep my tutorials working :)

https://github.com/FurkanGozukara/Stable-Diffusion/blob/main/Tutorials/Deep-Voice-Clone-Tutorial-Tortoise-TTS.md

also here my tutorial

https://youtu.be/OiMRlqcgDL0

from dl-art-school.

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.