Code Monkey home page Code Monkey logo

2016_gan_matlab's Introduction

2016_gan_matlab's People

Contributors

layumi 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

Watchers

 avatar  avatar  avatar

2016_gan_matlab's Issues

what are the meaning of these codes?

%GD
if( opts.flag2 && net.vars(net.getVarIndex('top1err')).value/batchSize<0.2)
fprintf('updating G\n');
opts.flag1 = true;
opts.flag2 = false;
end
if( opts.flag1 && net.vars(net.getVarIndex('top1err')).value/batchSize>0.6)
fprintf('updating D\n');
end
opts.flag1 = false;
opts.flag2 = true;

In any case, opts.flag1 will be false, and opts.flag2 will be true. Hence, what will be the effort of the opts.flag1 and opts.flag2 ?
Thanks

test_gan_3 error

Thanks for your response. I can run the train_gan_3.m, however, when I run the test_gan_3, there is a error:

test_gan_3
错误使用 vl_nnconv
FILTERS are larger than the DATA (including padding).
ε‡Ίι”™ dagnn.Conv/forward (line 11)
outputs{1} = vl_nnconv(...
ε‡Ίι”™ dagnn.Layer/forwardAdvanced (line 85)
outputs = obj.forward(inputs, {net.params(par).value}) ;
ε‡Ίι”™ dagnn.DagNN/eval (line 88)
obj.layers(l).block.forwardAdvanced(obj.layers(l)) ;
ε‡Ίι”™ test_gan_3 (line 11)
net1.eval({'data_rand',(im)});

I don't modify any parameters. Can you run the test_gan_3 ?

Undefined class "dagnn.GausianNoise"

Hello, when I run the train_gan_3, there is a error:

train_gan_3
11 net = GDnet_3();
Undefined variable "dagnn" or class "dagnn.GausianNoise".

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.