Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

HyperGAN Foundation

Promotes the development of HyperGAN AI for developers, researchers and end-users.
Collective - Host: opensource - https://opencollective.com/hypergan-foundation - Website: https://www.hypergan.com - Code: https://github.com/HyperGAN

[feature] use a separate encoder (z) discriminator for alphagan

github.com/HyperGAN/HyperGAN - 80b7ff8753b5fb984738d7598649778af7ae3b7b authored over 7 years ago
[fix] sequence test sampling

github.com/HyperGAN/HyperGAN - 07b876c099257e9c74abd20053e9447063920515 authored over 7 years ago
[feature] include config in layer filter call

github.com/HyperGAN/HyperGAN - ab3ef60a0482b40fb9b1e2e1dbe9107f1a97e68e authored over 7 years ago
[feature] use a separate encoder (z) discriminator for alphagan

github.com/HyperGAN/HyperGAN - f2e9c95bd495616a20c24e84138079ea42b814e3 authored over 7 years ago
[fix] generator

github.com/HyperGAN/HyperGAN - bf924919bb58001b1763ff84d0fad8866fdf8d84 authored over 7 years ago
[feature] generator#extra_layers when skipping linear

github.com/HyperGAN/HyperGAN - 809a191f97eb7c83be3bd221bb442013b5ba9f91 authored over 7 years ago
[fix] some defaults

github.com/HyperGAN/HyperGAN - 53144b47d88b8ef787de5074fdb1c12863e50a80 authored over 7 years ago
[fix] dont clobber filter bank on discriminator

github.com/HyperGAN/HyperGAN - 271a2152b8484ead0dc2cf45279e00c4c5f5883a authored over 7 years ago
[feature] use a separate encoder (z) discriminator for alphagan

github.com/HyperGAN/HyperGAN - 0230994f8d0dee1bb6037dbeb6bd54aec3a161c6 authored over 7 years ago
[feature] include config in layer filter call

github.com/HyperGAN/HyperGAN - 457e304a958717b4643922145f60d09fedf94ec8 authored over 7 years ago
[fix] set required config options

github.com/HyperGAN/HyperGAN - d27b487ab10b1f40892009814d15ef3de8da4b4f authored over 7 years ago
[fix] allow for encoder with skip_linear

github.com/HyperGAN/HyperGAN - 39e41a1f89f922c2291b0a21417b3c4ec08cc9ad authored over 7 years ago
[fix] project from uniform for encoded x values

github.com/HyperGAN/HyperGAN - 8b319dc824d4588b4ac36dd52e931bc1373c7b95 authored over 7 years ago
[fix] 2 bugs - no layer_regularizer in D extra layers, and alphagan loss term was not evaluating

github.com/HyperGAN/HyperGAN - 13cfd48c2c389168aa001e2ae344e37563942def authored over 7 years ago
[feature] colorizer example working with discriminator layer filter

github.com/HyperGAN/HyperGAN - 73755ce6a64927d5ccf4c4a3300dd55e8840e75b authored over 7 years ago
[refactor] command line values from example

github.com/HyperGAN/HyperGAN - afea41ac11830a91105fec5a5681de53641ea03b authored over 7 years ago
[fix] sampling

github.com/HyperGAN/HyperGAN - d3b9ed5f47c95b5932d37786ba55801383061f3e authored over 7 years ago
[fix] colorizer

github.com/HyperGAN/HyperGAN - 9e6d26484171054eb58dfb8de4bb8688862f4148 authored over 7 years ago
[feature] -c alphagan-lsgan (from search)

github.com/HyperGAN/HyperGAN - feefa68c1ebd23e764eefc7663eb2ae8c281829b authored over 7 years ago
[fix] autoencode sampling

github.com/HyperGAN/HyperGAN - b6b850398ce1ec6e8c7bfad39b775dee9b17b295 authored over 7 years ago
[feature] use pyramid discriminator for z, z_hat on alphagan

github.com/HyperGAN/HyperGAN - 501355c994ff24a6ee4cba5b1cab5275362dd3ec authored over 7 years ago
Merge branch 'fix-examples' into alphagan

* fix-examples:
[fix] colorizer example
[fix] 2d-test gradient penalty

github.com/HyperGAN/HyperGAN - 6178358205316cd5e0cc34ce72bf70f45538cd5f authored over 7 years ago
[fix] random walk sleep increased

github.com/HyperGAN/HyperGAN - 42327b2ab4637ec9122ae417a9cc53dfe9b688ae authored over 7 years ago
[feature] random walk is continuous

github.com/HyperGAN/HyperGAN - 66c5d4e6383f0eb9873fbf25699bf15b170f4d86 authored over 7 years ago
[fix] more tests

github.com/HyperGAN/HyperGAN - 77115c16b94188b5d9c223946b6336c8688f3925 authored over 7 years ago
[fix] deconv depth

github.com/HyperGAN/HyperGAN - 0be1126919db577fb6334484317a693b3600a358 authored over 7 years ago
[fix] more tests

github.com/HyperGAN/HyperGAN - 7165730e12de693833b28a83e09cc2044afac943 authored over 7 years ago
[fix] basegan test

github.com/HyperGAN/HyperGAN - c85778bb4af90af3f04e68a30a461dfda3e725ab authored over 7 years ago
[fix] --autoencoder autoencoder and `hypergan sample`

github.com/HyperGAN/HyperGAN - 3e2bff2a0d3777ec23550fba80da7e1e5fcc4d7b authored over 7 years ago
[fix] --noclassloss clobbering --autoencode

github.com/HyperGAN/HyperGAN - fe636638e50cc86533bcde8c71c3ae254e240e5e authored over 7 years ago
[feature] random walk for alpha gan

github.com/HyperGAN/HyperGAN - b5713565dc1d7a18ec169bb9a41066affb5ada20 authored over 7 years ago
[feature] new configs

github.com/HyperGAN/HyperGAN - c121a7e1e5a5b8b1ac949352417a7f205e163d7e authored over 7 years ago
[fix] sampling

github.com/HyperGAN/HyperGAN - 7a4fcb8c334f2c199d46da04d9b9f973bdb4135c authored over 7 years ago
[fix] saving / loading

github.com/HyperGAN/HyperGAN - 9f0a1982ff7b287ad5d97894cd0641b69bf4b31d authored over 7 years ago
[fix] filter size

github.com/HyperGAN/HyperGAN - 03b1141d1b3f6080c26c1033775d4feffa77a173 authored over 7 years ago
[feature] -c began-alphagan

github.com/HyperGAN/HyperGAN - 85f4cf84ec9411d8337ffebf1cb35ab3606854ec authored over 7 years ago
[fix] aligned sampler

github.com/HyperGAN/HyperGAN - 452d40eee87f1119240808fbd0c7ffb6fcacdeab authored over 7 years ago
[fix] dont create gan in sampler

github.com/HyperGAN/HyperGAN - 8f470f596f906d58936993985d363af35decb047 authored over 7 years ago
[fix] began with alignment

github.com/HyperGAN/HyperGAN - 7e111dab3642bac1eb72e53939242260e760b342 authored over 7 years ago
[feature] multisteptrainer metric reporting

github.com/HyperGAN/HyperGAN - cf8ccb339180932adbc20844f0fb70fecaee21a5 authored over 7 years ago
[feature] --noclassloss

github.com/HyperGAN/HyperGAN - 6629735ce10931c304c3296f0bcb9e5af0aaa02e authored over 7 years ago
[fix] missing muli_step_trainer

github.com/HyperGAN/HyperGAN - fb3d170f4b1e9e99e1c755ca823d7ccedf1297b2 authored over 7 years ago
[fix] hypergan --autoencode alphagan

github.com/HyperGAN/HyperGAN - b0a2e565016d0231786534d14a95280ddf11d7fe authored over 7 years ago
[feature] no class loss

github.com/HyperGAN/HyperGAN - be65844bcc2cfcde1fe15c74575dd569a4b10b17 authored over 7 years ago
[fix] tests on loss

github.com/HyperGAN/HyperGAN - 06dbf76a6fe58a20c5d4fae861a2a86cd09cd4f7 authored over 7 years ago
[fix] cli tests

github.com/HyperGAN/HyperGAN - 72e775889ab4b109053036028691d03de46ed699 authored over 7 years ago
Merge branch 'develop' into alphagan

* develop:
[fix] python3 nosetest
[fix] missing tests/run.sh
[fix] use tests/run.sh
[fea...

github.com/HyperGAN/HyperGAN - e9c7e72fe67cca66eefb0750b02eaf7410816d56 authored over 7 years ago
[fix] colorizer example

github.com/HyperGAN/HyperGAN - 34c79d672fa059ed4db75c97ffc4766c5b6c9007 authored over 7 years ago
[fix] 2d-test gradient penalty

github.com/HyperGAN/HyperGAN - de7d70f9114ae548325d41daffdad4a668f8814e authored over 7 years ago
Merge pull request #100 from 255BITS/circleci

circleCI support

github.com/HyperGAN/HyperGAN - 4b83756967348126f126869d3be946956dca8081 authored over 7 years ago
[fix] python3 nosetest

github.com/HyperGAN/HyperGAN - 0579267fbf9c497a5a53b55bf256d9a399148ce0 authored over 7 years ago
[fix] missing tests/run.sh

github.com/HyperGAN/HyperGAN - c9fe48f210237769f6b091e531af0f2e21b68e04 authored over 7 years ago
[fix] use tests/run.sh

github.com/HyperGAN/HyperGAN - 4140de9e6276a0cacd70ecc22967e6e0008bd2c6 authored over 7 years ago
[feature] run tests with nosetest

github.com/HyperGAN/HyperGAN - f99f988fb953324de169f59442a90ff58b910654 authored over 7 years ago
[fix] dependency

github.com/HyperGAN/HyperGAN - b1e20444b8fdd998de3d435916f2f60fd1590ea1 authored over 7 years ago
[fix] setup.py develop

github.com/HyperGAN/HyperGAN - 00697d652c1a6fd5b678e3e8e607d9d84cd061fc authored over 7 years ago
[fix] requirements

github.com/HyperGAN/HyperGAN - 30e710e201fef0a90d6b06e0976a6cd5e7bae2f8 authored over 7 years ago
[fix] test command

github.com/HyperGAN/HyperGAN - 1be4fec3eba2e0452a3cc75ef4b03940a1ddb12a authored over 7 years ago
[feature] circle.yml

github.com/HyperGAN/HyperGAN - 497ab0a0be5b99a69b18aa502a1a2145b54d9959 authored over 7 years ago
[fix] use different g/d if defined in alpha_trainer

github.com/HyperGAN/HyperGAN - 61ea87a081bb1cd9a89b23f72ad690f19fe90b21 authored over 7 years ago
[fix] autoencode discriminator config argument

github.com/HyperGAN/HyperGAN - 89f30a978be57532dfe96908c15f244c3ac34626 authored over 7 years ago
[fix] hc.io sample

github.com/HyperGAN/HyperGAN - 5e8f25b92a0e74713a9f48cbad8fbbb1471c57c5 authored over 7 years ago
[feature] -c least-square-gan-improved

github.com/HyperGAN/HyperGAN - 539fe96e8ff819e510f2af1ff77eec6508e303e1 authored over 7 years ago
[feature] no class loss

github.com/HyperGAN/HyperGAN - 5470fd4ae92824498cfac4900bbb9e001700e952 authored over 7 years ago
[fix] alpha go is running! probably bugged

github.com/HyperGAN/HyperGAN - a23956d165852a80fec924c4d4f0f04ac13e6567 authored over 7 years ago
[feature] fully connected discriminator

github.com/HyperGAN/HyperGAN - f54fbe18ae39c164ea519adab071da3ab68836ec authored over 7 years ago
[feature] alphagan (wip, completely broken)

github.com/HyperGAN/HyperGAN - c31c2f72f7861dc7a1ca70e1dfdb47725e5f6955 authored over 7 years ago
[fix] improved-gan-resizable

github.com/HyperGAN/HyperGAN - bf3aea029feb0ecbd88a65a80638baddbfde0dc5 authored over 7 years ago
[fix] make tests run again

github.com/HyperGAN/HyperGAN - e6a739388f7e6a828756c74460deb47fe3ca64e2 authored over 7 years ago
[fix] autoencode discriminator config argument

github.com/HyperGAN/HyperGAN - 1bc761d63490fb975f865fd92c1ed3158e599447 authored over 7 years ago
[fix] remove old json configs

github.com/HyperGAN/HyperGAN - 964a2b401d35a9eed3b98fae5595df04e0734a52 authored over 7 years ago
[feature] block deconv and fix for began --autoencode

github.com/HyperGAN/HyperGAN - 917e9337c06c9d1094b46d5febb49551421ecb66 authored over 7 years ago
Merge pull request #92 from 255BITS/text-onehot

Character GAN

github.com/HyperGAN/HyperGAN - 11b681d9fd273a748fefec10f88e7e10bbfb3542 authored over 7 years ago
[fix] viewer randomly dieing because it needis a thread lock

github.com/HyperGAN/HyperGAN - 3138d6696856b4ddc467e86f2daef764e8628849 authored over 7 years ago
[feature] -c began-optimized

github.com/HyperGAN/HyperGAN - 93721b00102a5f313875b562fa6d218ec252c1a6 authored over 7 years ago
[feature] -c began-optimized

github.com/HyperGAN/HyperGAN - d97cfab66b83c325a79cfa8b270eb8f0e1dc1a0d authored over 7 years ago
[refactor] extract TextInput from each sampler(not working)

github.com/HyperGAN/HyperGAN - 5b09573779559460617a1e57f34c64fd89610dfb authored over 7 years ago
[fix] text one hot example to work with 0.9

github.com/HyperGAN/HyperGAN - fe6dfc261aa56428cd655d23d8a1c672a4943590 authored over 7 years ago
Merge branch 'develop' into text-onehot

* develop: (260 commits)
[refactor] remove dead files and prints
[refactor] hypergan.sampler...

github.com/HyperGAN/HyperGAN - fe0976b13b84b4d72f4251ea55598ddafe11a25f authored over 7 years ago
[refactor] remove dead files and prints

github.com/HyperGAN/HyperGAN - d2bdaf0094b737bc2790fc8af84c075317b012a8 authored over 7 years ago
[refactor] hypergan.samplers.viewer -> hypergan.viewer

github.com/HyperGAN/HyperGAN - fffa174ae5d04072c076cd5a8758e9214a07585d authored over 7 years ago
[feature] initial autoencoder test

github.com/HyperGAN/HyperGAN - 20859cf5ba229c3289f63fafd0e88e2cd7103f57 authored over 7 years ago
[fix] random search generator/discriminator

github.com/HyperGAN/HyperGAN - d7aad59842a12e8d877b642cfcc282b565d50df7 authored over 7 years ago
[fix] memory leak in viewer

github.com/HyperGAN/HyperGAN - f94ef2414fdfb9d6114909f271c3adc8d395f65f authored over 7 years ago
[fix] closer to replicating began paper

github.com/HyperGAN/HyperGAN - 9a057a199c912e72b4adf53fad760c63cbcb7159 authored over 7 years ago
Merge pull request #84 from 255BITS/refactor-ops

Core refactorings. Much much nicer API. Prepackaged configs added including improved-wgan(with...

github.com/HyperGAN/HyperGAN - 3ebb48285bd76292948897ce6f53dfa0e2dd4746 authored over 7 years ago
[fix] default g/d

github.com/HyperGAN/HyperGAN - 2f49f5d198bf4ff0216227617c2929bff04228e9 authored over 7 years ago
[refactor] remove unused examples

github.com/HyperGAN/HyperGAN - 5568a30d121285ac7907a83b6eb911d0e0e22cc8 authored over 7 years ago
[feature] --save_samples defaults to False

github.com/HyperGAN/HyperGAN - d995f6b03d93e46d8339adeab6313f818bf26120 authored over 7 years ago
[fix] relation layer

github.com/HyperGAN/HyperGAN - 3d39f3af84a27ce9410779ddb6892b354bde6e02 authored over 7 years ago
[feature] --aligned and --autoencode

github.com/HyperGAN/HyperGAN - a1333e84dfd6eb16922b52663060c328073039b2 authored over 7 years ago
[feature] alignment sampler

github.com/HyperGAN/HyperGAN - a104b7406e4b41688dcc1a2bb66ffda57251b7d9 authored over 7 years ago
[fix] alignment test

github.com/HyperGAN/HyperGAN - 6a65e91b8303144eda83efca5f5a4d9806fba6b7 authored over 7 years ago