Giter VIP home page Giter VIP logo

group-supervised-learning's People

Contributors

samihaija avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

group-supervised-learning's Issues

How long does it take to train on fonts dataset?

Thank you for sharing the code. I am trying to reproduce the results with fonts dataset. However, it will take about 1300 hours to train the model on my Tesla P100. I am wondering how long does the training take on your side.
Below is the command to train the model.

python3 main.py --train True --dataset Fonts --dataset_path fonts-v1 --viz_name fonts --viz_on False

Why default lambda_unsup set 0 in main.py if train mode

Train GZS-Net on datasets used in paper,the command is
python3 main.py --train True --dataset Fonts --dataset_path YOUR_LOCAL_PATH_OF_FONTS --viz_name fonts

in main.py,know the lambda_unsup default 0, so the combine_unsup_loss is not counted in training.

Is this loss useless?

Why using F.sigmoid() to the output of decoder before gather?

such as
self.gather.insert(images=F.sigmoid(A_recon).data) self.gather.insert(combine_supimages=F.sigmoid(AoC1_2A).data) self.gather.insert(combine_supimages=F.sigmoid(BoC2_2B).data) self.gather.insert(combine_supimages=F.sigmoid(A1Co_2C).data) self.gather.insert(test=F.sigmoid(A2B3D4E5F1_2N).data)

模型收敛时效果并不理想

我在Titan X上用ilab_20M训练模型后发现,当我训练约到5w轮的时候模型似乎就已经收敛,但此时效果并不好,重构图像模糊且合成的有些属性也不对,是否该代码与论文中的图片代码有所改变呢?

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.