Git Product home page Git Product logo

Comments (4)

borisdayma avatar borisdayma commented on July 26, 2024 3

Thanks, it was an issue from another repo but should be fixed now

from dalle-mini.

borisdayma avatar borisdayma commented on July 26, 2024

What transformers version do you use?
It may be an issue with the new changes in master branch.

Edit: oh, I guess you're using the colab which uses master branch

from dalle-mini.

borisdayma avatar borisdayma commented on July 26, 2024

I think the issue is fixed

from dalle-mini.

upjabir avatar upjabir commented on July 26, 2024
TypeError                              Traceback (most recent call last)
[<ipython-input-4-fa25138b8662>](https://localhost:8080/#) in <module>()
     10 
     11 # Load VQGAN
---> 12 vqgan = VQModel.from_pretrained(VQGAN_REPO, revision=VQGAN_COMMIT_ID)
     13 
     14 # Load CLIP

1 frames
[/usr/local/lib/python3.7/dist-packages/vqgan_jax/modeling_flax_vqgan.py](https://localhost:8080/#) in __init__(self, config, input_shape, seed, dtype, **kwargs)
    592       **kwargs,
    593   ):
--> 594     module = self.module_class(config=config, dtype=dtype, **kwargs)
    595     super().__init__(config,
    596                      module,

TypeError: __init__() got an unexpected keyword argument '_do_init' 

from dalle-mini.

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.