| hypergan/__init__.py |
7 |
0 |
0 |
100% |
| hypergan/cli.py |
200 |
97 |
0 |
52% |
| hypergan/configuration.py |
28 |
3 |
0 |
89% |
| hypergan/discriminators/__init__.py |
4 |
0 |
0 |
100% |
| hypergan/discriminators/autoencoder_discriminator.py |
25 |
0 |
0 |
100% |
| hypergan/discriminators/base_discriminator.py |
69 |
34 |
0 |
51% |
| hypergan/discriminators/common.py |
34 |
14 |
0 |
59% |
| hypergan/discriminators/cramer_discriminator.py |
29 |
17 |
0 |
41% |
| hypergan/discriminators/dcgan_discriminator.py |
30 |
21 |
0 |
30% |
| hypergan/discriminators/fully_connected_discriminator.py |
25 |
15 |
0 |
40% |
| hypergan/discriminators/pyramid_discriminator.py |
60 |
10 |
0 |
83% |
| hypergan/encoders/__init__.py |
4 |
0 |
0 |
100% |
| hypergan/encoders/base_encoder.py |
3 |
0 |
0 |
100% |
| hypergan/encoders/category_encoder.py |
21 |
0 |
0 |
100% |
| hypergan/encoders/uniform_encoder.py |
85 |
31 |
0 |
64% |
| hypergan/gan.py |
12 |
1 |
0 |
92% |
| hypergan/gan_component.py |
103 |
6 |
0 |
94% |
| hypergan/gans/__init__.py |
0 |
0 |
0 |
100% |
| hypergan/gans/alpha_gan.py |
119 |
80 |
0 |
33% |
| hypergan/gans/base_gan.py |
82 |
27 |
0 |
67% |
| hypergan/gans/standard_gan.py |
67 |
0 |
0 |
100% |
| hypergan/generators/__init__.py |
4 |
0 |
0 |
100% |
| hypergan/generators/base_generator.py |
18 |
4 |
0 |
78% |
| hypergan/generators/common.py |
39 |
28 |
0 |
28% |
| hypergan/generators/dcgan_generator.py |
35 |
27 |
0 |
23% |
| hypergan/generators/fully_connected_generator.py |
27 |
19 |
0 |
30% |
| hypergan/generators/resize_conv_generator.py |
108 |
33 |
0 |
69% |
| hypergan/inputs/__init__.py |
4 |
0 |
0 |
100% |
| hypergan/inputs/audio_loader.py |
40 |
32 |
0 |
20% |
| hypergan/inputs/image_loader.py |
64 |
3 |
0 |
95% |
| hypergan/inputs/resize_audio_patch.py |
85 |
75 |
0 |
12% |
| hypergan/inputs/resize_image_patch.py |
83 |
73 |
0 |
12% |
| hypergan/losses/__init__.py |
4 |
0 |
0 |
100% |
| hypergan/losses/base_loss.py |
118 |
75 |
0 |
36% |
| hypergan/losses/boundary_equilibrium_loss.py |
45 |
6 |
0 |
87% |
| hypergan/losses/category_loss.py |
44 |
36 |
0 |
18% |
| hypergan/losses/cramer_loss.py |
10 |
0 |
0 |
100% |
| hypergan/losses/lamb_gan_loss.py |
21 |
0 |
0 |
100% |
| hypergan/losses/least_squares_loss.py |
14 |
0 |
0 |
100% |
| hypergan/losses/softmax_loss.py |
15 |
0 |
0 |
100% |
| hypergan/losses/standard_loss.py |
20 |
2 |
0 |
90% |
| hypergan/losses/supervised_loss.py |
16 |
0 |
0 |
100% |
| hypergan/losses/wasserstein_loss.py |
13 |
2 |
0 |
85% |
| hypergan/multi_component.py |
63 |
5 |
0 |
92% |
| hypergan/ops/__init__.py |
1 |
0 |
0 |
100% |
| hypergan/ops/tensorflow/__init__.py |
4 |
0 |
0 |
100% |
| hypergan/ops/tensorflow/activations.py |
89 |
65 |
0 |
27% |
| hypergan/ops/tensorflow/extended_ops.py |
5 |
1 |
0 |
80% |
| hypergan/ops/tensorflow/layer_regularizers.py |
35 |
0 |
0 |
100% |
| hypergan/ops/tensorflow/ops.py |
318 |
135 |
0 |
58% |
| hypergan/pygame_viewer.py |
20 |
12 |
0 |
40% |
| hypergan/samplers/__init__.py |
4 |
0 |
0 |
100% |
| hypergan/samplers/aligned_sampler.py |
41 |
35 |
0 |
15% |
| hypergan/samplers/alphagan_random_walk_sampler.py |
36 |
30 |
0 |
17% |
| hypergan/samplers/autoencode_sampler.py |
36 |
30 |
0 |
17% |
| hypergan/samplers/base_sampler.py |
35 |
6 |
0 |
83% |
| hypergan/samplers/batch_sampler.py |
10 |
0 |
0 |
100% |
| hypergan/samplers/began_sampler.py |
32 |
25 |
0 |
22% |
| hypergan/samplers/debug_sampler.py |
20 |
8 |
0 |
60% |
| hypergan/samplers/grid_sampler.py |
11 |
0 |
0 |
100% |
| hypergan/samplers/random_walk_sampler.py |
31 |
25 |
0 |
19% |
| hypergan/samplers/static_batch_sampler.py |
19 |
0 |
0 |
100% |
| hypergan/search/__init__.py |
0 |
0 |
0 |
100% |
| hypergan/search/default_configurations.py |
3 |
1 |
0 |
67% |
| hypergan/skip_connections.py |
15 |
5 |
0 |
67% |
| hypergan/trainers/__init__.py |
4 |
0 |
0 |
100% |
| hypergan/trainers/alternating_trainer.py |
45 |
6 |
0 |
87% |
| hypergan/trainers/base_trainer.py |
68 |
19 |
0 |
72% |
| hypergan/trainers/multi_step_trainer.py |
47 |
37 |
0 |
21% |
| hypergan/trainers/proportional_control_trainer.py |
43 |
35 |
0 |
19% |
| hypergan/viewer.py |
3 |
0 |
0 |
100% |