Giter Site home page Giter Site logo

Comments (5)

YannDubs avatar YannDubs commented on June 6, 2024

What command are you running? It seems that you are trying to plot or train something empty

from disentangling-vae.

QLaHPD avatar QLaHPD commented on June 6, 2024

python main.py test01 -d R:\disentangling-vae-master\data\celeba
I changed the --dataset to the correct path where are 2000 JPG 128x128 test images.

from disentangling-vae.

YannDubs avatar YannDubs commented on June 6, 2024

Dataset is not a path flag, but a flag with which to chose chose one of the predefined datasets (cf. The cli helper). If you want to use your own dataset you have to define a class for it.
I’m surprised you were able to give a path, it should only let you give one of the predefined datasets.

from disentangling-vae.

QLaHPD avatar QLaHPD commented on June 6, 2024

How I should do this?

from disentangling-vae.

YannDubs avatar YannDubs commented on June 6, 2024

You probably want to look at basic dataset tutorials for Pytorch. It depends how exactly your data is.

If it is under a simple format, with all images in one directory then you probably want to create a new object for your dataset which closely follows the celeba one.

as it is already downloaded you can use a placeholder for the download method. e.g.

def download(self):
        return

from disentangling-vae.

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.