mlpack
3.4.2
mlpack-3.4.2
src
mlpack
methods
ann
gan
gan_policies.hpp
Go to the documentation of this file.
1
12
#ifndef MLPACK_METHODS_ANN_GAN_GAN_POLICIES_HPP
13
#define MLPACK_METHODS_ANN_GAN_GAN_POLICIES_HPP
14
15
namespace
mlpack
{
16
namespace
ann {
17
32
class
StandardGAN
{
/* Nothing to do here */
};
33
48
class
DCGAN
{
/* Nothing to do here */
};
49
63
class
WGAN
{
/* Nothing to do here */
};
64
79
class
WGANGP
{
/* Nothing to do here */
};
80
81
}
// namespace ann
82
}
// namespace mlpack
83
84
#endif
mlpack::ann::StandardGAN
For more information, see the following paper:
Definition:
gan_policies.hpp:32
mlpack::ann::WGAN
For more information, see the following paper:
Definition:
gan_policies.hpp:63
mlpack
Linear algebra utility functions, generally performed on matrices or vectors.
Definition:
add_to_cli11.hpp:21
mlpack::ann::WGANGP
For more information, see the following paper:
Definition:
gan_policies.hpp:79
mlpack::ann::DCGAN
For more information, see the following paper:
Definition:
gan_policies.hpp:48
Generated by
1.8.20