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
[refactor] configs: fixed spacing, added runtime section, removed experimental
github.com/HyperGAN/HyperGAN - f03e03d46d4512869d047e90b03f0b09994abf8a authored almost 6 years ago
github.com/HyperGAN/HyperGAN - f03e03d46d4512869d047e90b03f0b09994abf8a authored almost 6 years ago
[fix] static batch + imle sampler
github.com/HyperGAN/HyperGAN - 5a2d3754edad8c79644befc008cbd559618c5aab authored almost 6 years ago
github.com/HyperGAN/HyperGAN - 5a2d3754edad8c79644befc008cbd559618c5aab authored almost 6 years ago
[fix] runtime.train command for colorizer-64x64
github.com/HyperGAN/HyperGAN - b7a337a57979c8b3438cc56321d5865a15e4bd1b authored almost 6 years ago
github.com/HyperGAN/HyperGAN - b7a337a57979c8b3438cc56321d5865a15e4bd1b authored almost 6 years ago
[feature] better colorizer-256x256 config
github.com/HyperGAN/HyperGAN - 6ce7d4f4db6b85a5391bc5d15a90e2831d5e74a1 authored almost 6 years ago
github.com/HyperGAN/HyperGAN - 6ce7d4f4db6b85a5391bc5d15a90e2831d5e74a1 authored almost 6 years ago
[fix] colorizer-64x64 layer filter added to discriminator [refactor] sampler moved to basegan
github.com/HyperGAN/HyperGAN - 08540b26caf5a1c777602c7643008960a8975a89 authored almost 6 years ago
github.com/HyperGAN/HyperGAN - 08540b26caf5a1c777602c7643008960a8975a89 authored almost 6 years ago
[fix] wgan-gp gradient penalty scaled up and bias removed on last layer of D. This more closely matches the r1 regularizer from stylegan
github.com/HyperGAN/HyperGAN - b68ddfc0a9d9ebb99731d74035349cd0c8b7abfe authored almost 6 years ago
github.com/HyperGAN/HyperGAN - b68ddfc0a9d9ebb99731d74035349cd0c8b7abfe authored almost 6 years ago
[feature] remove tf.norm from gradient_penalty_train_hook. Add options for which loss and which components gradient penalty should be applied to.
github.com/HyperGAN/HyperGAN - 5ee0f6c5fc31124eddffedddb7c2ce816dd329c8 authored almost 6 years ago
github.com/HyperGAN/HyperGAN - 5ee0f6c5fc31124eddffedddb7c2ce816dd329c8 authored almost 6 years ago
[feature] bias=false option for configurable layers
github.com/HyperGAN/HyperGAN - fe8a6186e9c10fd91bf2e802741d8d307c58dd78 authored almost 6 years ago
github.com/HyperGAN/HyperGAN - fe8a6186e9c10fd91bf2e802741d8d307c58dd78 authored almost 6 years ago
[feature] amsgrad optimizer
github.com/HyperGAN/HyperGAN - 1515a2aeb8141a19bf3b48e74f22912f2767992c authored almost 6 years ago
github.com/HyperGAN/HyperGAN - 1515a2aeb8141a19bf3b48e74f22912f2767992c authored almost 6 years ago
[refactor] gitignore entries
github.com/HyperGAN/HyperGAN - d0af8a0cfaffc0f77cca3a4d34252db8352b2b23 authored almost 6 years ago
github.com/HyperGAN/HyperGAN - d0af8a0cfaffc0f77cca3a4d34252db8352b2b23 authored almost 6 years ago
[feature] aligan example config
github.com/HyperGAN/HyperGAN - e479a84dc311792117a6aafc2b9aec17a9f1d290 authored almost 6 years ago
github.com/HyperGAN/HyperGAN - e479a84dc311792117a6aafc2b9aec17a9f1d290 authored almost 6 years ago
[feature] link to stylegan as state of the art
github.com/HyperGAN/HyperGAN - 6dcb8f2a24a01981ade3c91f333f12a4ac0c0022 authored almost 6 years ago
github.com/HyperGAN/HyperGAN - 6dcb8f2a24a01981ade3c91f333f12a4ac0c0022 authored almost 6 years ago
[fix] layer_noise mask and concat for resize_conv
github.com/HyperGAN/HyperGAN - 692a9009351bac1efd0cfd63148699b02fa84bca authored almost 6 years ago
github.com/HyperGAN/HyperGAN - 692a9009351bac1efd0cfd63148699b02fa84bca authored almost 6 years ago
[feature] layers concat and add expanded
github.com/HyperGAN/HyperGAN - 6adad567b5851710e765208488a16815fb35d57c authored almost 6 years ago
github.com/HyperGAN/HyperGAN - 6adad567b5851710e765208488a16815fb35d57c authored almost 6 years ago
[fix] imports
github.com/HyperGAN/HyperGAN - 407994fbbefabf1689424eddc8ddf0d4a70964b4 authored almost 6 years ago
github.com/HyperGAN/HyperGAN - 407994fbbefabf1689424eddc8ddf0d4a70964b4 authored almost 6 years ago
[fix] routes after refactoring /experimental components
github.com/HyperGAN/HyperGAN - 1d159fbd6c02a5943fd94614d255c062935d1d7b authored almost 6 years ago
github.com/HyperGAN/HyperGAN - 1d159fbd6c02a5943fd94614d255c062935d1d7b authored almost 6 years ago
[refactor] additional loss terms moved from base_loss to individual train_hooks
github.com/HyperGAN/HyperGAN - 855b745b5fe33decf648f80d298d916601999eaa authored almost 6 years ago
github.com/HyperGAN/HyperGAN - 855b745b5fe33decf648f80d298d916601999eaa authored almost 6 years ago
[refactor] options without example configuration go to /experimental
github.com/HyperGAN/HyperGAN - 013ccad493230d9ae1d476302a415279665dae5e authored almost 6 years ago
github.com/HyperGAN/HyperGAN - 013ccad493230d9ae1d476302a415279665dae5e authored almost 6 years ago
[refactor] options without example configuration go to /experimental
github.com/HyperGAN/HyperGAN - cc482e14d68ae894d4a9f697d4a75f8401fa7da5 authored almost 6 years ago
github.com/HyperGAN/HyperGAN - cc482e14d68ae894d4a9f697d4a75f8401fa7da5 authored almost 6 years ago
[feature] more stable progressive growing (still wip)
github.com/HyperGAN/HyperGAN - 4c2edba49a3e56318b7486f74c54115fcf7955cb authored almost 6 years ago
github.com/HyperGAN/HyperGAN - 4c2edba49a3e56318b7486f74c54115fcf7955cb authored almost 6 years ago
[feature] ewc_optimizer global options initial_constraint, gradient_scale. layer options ewc_gradient_scale, ewc_f_decay
github.com/HyperGAN/HyperGAN - 5637b31beefdee3d9bc557666ffeafaaad6db2b2 authored almost 6 years ago
github.com/HyperGAN/HyperGAN - 5637b31beefdee3d9bc557666ffeafaaad6db2b2 authored almost 6 years ago
[fix] default graph and current gan graph get out of sync with curriculum trainer
github.com/HyperGAN/HyperGAN - 8599cc04c7f37d6c7726d30d07533ad9e5dc5c6d authored almost 6 years ago
github.com/HyperGAN/HyperGAN - 8599cc04c7f37d6c7726d30d07533ad9e5dc5c6d authored almost 6 years ago
[fix] function reference
github.com/HyperGAN/HyperGAN - bbe34c3fd2df6568498df8502058af42d385296a authored almost 6 years ago
github.com/HyperGAN/HyperGAN - bbe34c3fd2df6568498df8502058af42d385296a authored almost 6 years ago
[fix] syntax error
github.com/HyperGAN/HyperGAN - f8ffb90072110f5407e3cd4f5ba5109988008263 authored almost 6 years ago
github.com/HyperGAN/HyperGAN - f8ffb90072110f5407e3cd4f5ba5109988008263 authored almost 6 years ago
[feature] gelu activation https://arxiv.org/pdf/1606.08415.pdf
github.com/HyperGAN/HyperGAN - 8838125d6a6b0b79991040c9475f66fa46a42ad9 authored almost 6 years ago
github.com/HyperGAN/HyperGAN - 8838125d6a6b0b79991040c9475f66fa46a42ad9 authored almost 6 years ago
Merge pull request #215 from HyperGAN/develop
0.10 alpha 20
github.com/HyperGAN/HyperGAN - 0513e0771e5c810d95d5291f0c22a4900febf728 authored almost 6 years ago
Merge branch 'master' into develop
github.com/HyperGAN/HyperGAN - 2237994c2f96b882b2d12bebdd2e8e59e8abed44 authored almost 6 years ago
github.com/HyperGAN/HyperGAN - 2237994c2f96b882b2d12bebdd2e8e59e8abed44 authored almost 6 years ago
[fix] hypergan sample
github.com/HyperGAN/HyperGAN - 317ff7c072d10d864b2297fcead866925870caf7 authored almost 6 years ago
github.com/HyperGAN/HyperGAN - 317ff7c072d10d864b2297fcead866925870caf7 authored almost 6 years ago
[feature] initial Sampler submenu
github.com/HyperGAN/HyperGAN - 85adace557eee24bbaf962c1d53e7f3501e17ec6 authored almost 6 years ago
github.com/HyperGAN/HyperGAN - 85adace557eee24bbaf962c1d53e7f3501e17ec6 authored almost 6 years ago
[fix] refresh sample shortcut
github.com/HyperGAN/HyperGAN - 2b7ee178fe8982cee63b905659f23feaf43e2abd authored almost 6 years ago
github.com/HyperGAN/HyperGAN - 2b7ee178fe8982cee63b905659f23feaf43e2abd authored almost 6 years ago
[feature] initial Sample menu
github.com/HyperGAN/HyperGAN - 348347f5dadf1672f081cff1f8ffdd230cc04ef8 authored almost 6 years ago
github.com/HyperGAN/HyperGAN - 348347f5dadf1672f081cff1f8ffdd230cc04ef8 authored almost 6 years ago
[feature] aligan config.type 'logistic'
github.com/HyperGAN/HyperGAN - 6ef68158d9cc23cd08be23925226c3408cf483ea authored almost 6 years ago
github.com/HyperGAN/HyperGAN - 6ef68158d9cc23cd08be23925226c3408cf483ea authored almost 6 years ago
[feature] logistic loss
github.com/HyperGAN/HyperGAN - 9ba71caec5e2687732c950ba00e5e71d9b75df35 authored almost 6 years ago
github.com/HyperGAN/HyperGAN - 9ba71caec5e2687732c950ba00e5e71d9b75df35 authored almost 6 years ago
[fix] gang trainer and sampler
github.com/HyperGAN/HyperGAN - af59785923c30f2baf028b55fe74bf9c95aa2f98 authored almost 6 years ago
github.com/HyperGAN/HyperGAN - af59785923c30f2baf028b55fe74bf9c95aa2f98 authored almost 6 years ago
[feature] gang configuration https://arxiv.org/abs/1712.00679
github.com/HyperGAN/HyperGAN - df36f637220ce68a857754cc33b51c4e164fc13a authored almost 6 years ago
github.com/HyperGAN/HyperGAN - df36f637220ce68a857754cc33b51c4e164fc13a authored almost 6 years ago
[feature] progress-compress configuration https://arxiv.org/abs/1805.06370
github.com/HyperGAN/HyperGAN - 52a408bab9ad2aed8fcafe32abdc878240bce6b8 authored almost 6 years ago
github.com/HyperGAN/HyperGAN - 52a408bab9ad2aed8fcafe32abdc878240bce6b8 authored almost 6 years ago
[refactor] remove untrue comment
github.com/HyperGAN/HyperGAN - f4549825a6160c5c71ddc61900119695cf514535 authored almost 6 years ago
github.com/HyperGAN/HyperGAN - f4549825a6160c5c71ddc61900119695cf514535 authored almost 6 years ago
Merge pull request #210 from HyperGAN/develop
0.10 alpha 19
github.com/HyperGAN/HyperGAN - ed55ac68a3e812a69b8d0d2df1e8289bb880903c authored almost 6 years ago
Merge branch 'master' into develop
github.com/HyperGAN/HyperGAN - 5e1b42c9df71153201aa4eaf98b772439446f132 authored almost 6 years ago
github.com/HyperGAN/HyperGAN - 5e1b42c9df71153201aa4eaf98b772439446f132 authored almost 6 years ago
[fix] progressive config transitions
github.com/HyperGAN/HyperGAN - 67fc14bd24cd5d5d0a15c1937fbf430ef61caef8 authored almost 6 years ago
github.com/HyperGAN/HyperGAN - 67fc14bd24cd5d5d0a15c1937fbf430ef61caef8 authored almost 6 years ago
[feature] scale large icons to avoid out of memory
github.com/HyperGAN/HyperGAN - 52dfb3b81b0d7fa27db9acf8033f28f31f8290ad authored almost 6 years ago
github.com/HyperGAN/HyperGAN - 52dfb3b81b0d7fa27db9acf8033f28f31f8290ad authored almost 6 years ago
[feature] example of progressive growing type config (wip).
github.com/HyperGAN/HyperGAN - 5096cd38f2fcca196bddf2592ba37a7830e4c050 authored almost 6 years ago
github.com/HyperGAN/HyperGAN - 5096cd38f2fcca196bddf2592ba37a7830e4c050 authored almost 6 years ago
[feature] norm: false for gradient magnitude optimizer, for controlling the gradient lambdas without tf.norm
github.com/HyperGAN/HyperGAN - 21ba64145ebdb1fd77dea3fec2f1abf679b487de authored almost 6 years ago
github.com/HyperGAN/HyperGAN - 21ba64145ebdb1fd77dea3fec2f1abf679b487de authored almost 6 years ago
[fix] elastic weight consolidation variable list lookup
github.com/HyperGAN/HyperGAN - 6e03ea9d84923fe398aa8e43ef37b4ec2f424404 authored almost 6 years ago
github.com/HyperGAN/HyperGAN - 6e03ea9d84923fe398aa8e43ef37b4ec2f424404 authored almost 6 years ago
[fix] dont redefine reference layers in named_layers for configurable_component dsl
github.com/HyperGAN/HyperGAN - b843dc7a976b5ce616ececd4030a8fb5605a28ca authored almost 6 years ago
github.com/HyperGAN/HyperGAN - b843dc7a976b5ce616ececd4030a8fb5605a28ca authored almost 6 years ago
Merge pull request #211 from MaffooBristol/patch-1
Fixed imagemagick command in README
github.com/HyperGAN/HyperGAN - 76c779162db9e52ce3f8301d7325ed5a1527cacd authored almost 6 years ago
Fixed imagemagick command in README
It should be `; do convert` not `; do; convert`. The latter gives a syntax error.
github.com/HyperGAN/HyperGAN - 5f7f76104ace30b30fe8c0738b204f72fb295bad authored almost 6 years ago
[fix] large samples in tkviewer icon(oom)
github.com/HyperGAN/HyperGAN - b83a0fe52d116f3f510b2feacd2c451e6c7796af authored almost 6 years ago
github.com/HyperGAN/HyperGAN - b83a0fe52d116f3f510b2feacd2c451e6c7796af authored almost 6 years ago
[feature] self-supervised-64x64 config example
github.com/HyperGAN/HyperGAN - 36dbb3d4170d556f87ae0bbc627e7b3ff7545f3b authored almost 6 years ago
github.com/HyperGAN/HyperGAN - 36dbb3d4170d556f87ae0bbc627e7b3ff7545f3b authored almost 6 years ago
[feature] wgan-gpsn example
github.com/HyperGAN/HyperGAN - 90c04ad63affc7de77b11529b6fecbf10fa9ddbc authored almost 6 years ago
github.com/HyperGAN/HyperGAN - 90c04ad63affc7de77b11529b6fecbf10fa9ddbc authored almost 6 years ago
[feature] configurable_component layer_options(net) tracks options
github.com/HyperGAN/HyperGAN - d7d704b9929e8f9efb250e17e978eebdca026f48 authored almost 6 years ago
github.com/HyperGAN/HyperGAN - d7d704b9929e8f9efb250e17e978eebdca026f48 authored almost 6 years ago
[fix] custom names for tensors. Breaks any configurable configurations with name= layers
github.com/HyperGAN/HyperGAN - 2618233a6adbe197c413adecee5908c80c8f3cd0 authored almost 6 years ago
github.com/HyperGAN/HyperGAN - 2618233a6adbe197c413adecee5908c80c8f3cd0 authored almost 6 years ago
Merge branch 'master' into develop
github.com/HyperGAN/HyperGAN - fda500299ec9b2c3f39f9df467e85358663934f0 authored almost 6 years ago
github.com/HyperGAN/HyperGAN - fda500299ec9b2c3f39f9df467e85358663934f0 authored almost 6 years ago
[fix] tk viewer icon and title
github.com/HyperGAN/HyperGAN - ffe41a7b7d0b3d24672b0dcacec8eb65fcd0574c authored almost 6 years ago
github.com/HyperGAN/HyperGAN - ffe41a7b7d0b3d24672b0dcacec8eb65fcd0574c authored almost 6 years ago
[fix] tests
github.com/HyperGAN/HyperGAN - f19404197fa34b80540550c248ee276947169a32 authored almost 6 years ago
github.com/HyperGAN/HyperGAN - f19404197fa34b80540550c248ee276947169a32 authored almost 6 years ago
[fix] circleci tests
github.com/HyperGAN/HyperGAN - 03a35637f9940b5d718d65feaf7c49dfffbd8407 authored almost 6 years ago
github.com/HyperGAN/HyperGAN - 03a35637f9940b5d718d65feaf7c49dfffbd8407 authored almost 6 years ago
Merge pull request #209 from HyperGAN/develop
0.10 alpha 18
github.com/HyperGAN/HyperGAN - 282485e272e93663edbf36e1072d0eb2e1f76e33 authored almost 6 years ago
Merge branch 'master' into develop
github.com/HyperGAN/HyperGAN - 0a979d4c8d818521c8787887f4dc941445a585ca authored almost 6 years ago
github.com/HyperGAN/HyperGAN - 0a979d4c8d818521c8787887f4dc941445a585ca authored almost 6 years ago
[fix] prevent training if save is never triggered
github.com/HyperGAN/HyperGAN - 24fab23ae28c1d544115025390594d495dd4b240 authored almost 6 years ago
github.com/HyperGAN/HyperGAN - 24fab23ae28c1d544115025390594d495dd4b240 authored almost 6 years ago
[fix] more tests
github.com/HyperGAN/HyperGAN - ac8154eb30b835ee99e131f08eed95dbefb53d74 authored almost 6 years ago
github.com/HyperGAN/HyperGAN - ac8154eb30b835ee99e131f08eed95dbefb53d74 authored almost 6 years ago
[feature] "hypergan build" works on colorizer example
github.com/HyperGAN/HyperGAN - 98d85c5e64a761b710e8abf941eed87a441ae6ac authored almost 6 years ago
github.com/HyperGAN/HyperGAN - 98d85c5e64a761b710e8abf941eed87a441ae6ac authored almost 6 years ago
[fix] colorizer sampling directory
github.com/HyperGAN/HyperGAN - e7ee6f9746a2f770970e9678076e6a5aa293b225 authored almost 6 years ago
github.com/HyperGAN/HyperGAN - e7ee6f9746a2f770970e9678076e6a5aa293b225 authored almost 6 years ago
[refactor] remove legacy hc_io
github.com/HyperGAN/HyperGAN - 3006c15d5b000aef49d92f8d99389df8d950e343 authored almost 6 years ago
github.com/HyperGAN/HyperGAN - 3006c15d5b000aef49d92f8d99389df8d950e343 authored almost 6 years ago
[feature] better message if config file could not be found
github.com/HyperGAN/HyperGAN - 86db26e4c7b76fc33ce88aecf4531cf91e7a449f authored almost 6 years ago
github.com/HyperGAN/HyperGAN - 86db26e4c7b76fc33ce88aecf4531cf91e7a449f authored almost 6 years ago
[fix] ci test dependencies
github.com/HyperGAN/HyperGAN - 7e8464df3f4a0497cdc5a00b0ffe89e2473b4e17 authored almost 6 years ago
github.com/HyperGAN/HyperGAN - 7e8464df3f4a0497cdc5a00b0ffe89e2473b4e17 authored almost 6 years ago
[fix] move tk import for circleci build dependency
github.com/HyperGAN/HyperGAN - be015fb4661b35c6166cd4e120ce71f7f9934c76 authored almost 6 years ago
github.com/HyperGAN/HyperGAN - be015fb4661b35c6166cd4e120ce71f7f9934c76 authored almost 6 years ago
[fix] ci test dependencies
github.com/HyperGAN/HyperGAN - d4ea154a7eed0332b2ebc0266a2f314959ff74ab authored almost 6 years ago
github.com/HyperGAN/HyperGAN - d4ea154a7eed0332b2ebc0266a2f314959ff74ab authored almost 6 years ago
[fix] tests
github.com/HyperGAN/HyperGAN - 7267ea55ae1904fa4f78c099b162a973ecb78014 authored almost 6 years ago
github.com/HyperGAN/HyperGAN - 7267ea55ae1904fa4f78c099b162a973ecb78014 authored almost 6 years ago
[fix] disable old broken tests
github.com/HyperGAN/HyperGAN - c26df46c167176decd32b1d67caccc0f533b15b5 authored almost 6 years ago
github.com/HyperGAN/HyperGAN - c26df46c167176decd32b1d67caccc0f533b15b5 authored almost 6 years ago
[refactor] s/resizeable/resizable
github.com/HyperGAN/HyperGAN - 6647d533902f36e3e6b48f5d998c0fa051353c54 authored almost 6 years ago
github.com/HyperGAN/HyperGAN - 6647d533902f36e3e6b48f5d998c0fa051353c54 authored almost 6 years ago
Merge pull request #208 from HyperGAN/develop
0.10 alpha 17
github.com/HyperGAN/HyperGAN - b8933be17989bd5be3346a899ede54e3b91528d2 authored almost 6 years ago
[fix] tk viewer crash
github.com/HyperGAN/HyperGAN - 2121d15c2bdfe13502d38f34afd84469cce11db5 authored almost 6 years ago
github.com/HyperGAN/HyperGAN - 2121d15c2bdfe13502d38f34afd84469cce11db5 authored almost 6 years ago
[feature] menu keyboard shortcuts(ctrl-s, ctrl-q)
github.com/HyperGAN/HyperGAN - 7988c0e97036348c7a25e69f08b72beaa498f2f1 authored almost 6 years ago
github.com/HyperGAN/HyperGAN - 7988c0e97036348c7a25e69f08b72beaa498f2f1 authored almost 6 years ago
[doc] section on hypergan test
github.com/HyperGAN/HyperGAN - a3388533558706603b02e02f0f8f9c2f8b756f2a authored almost 6 years ago
github.com/HyperGAN/HyperGAN - a3388533558706603b02e02f0f8f9c2f8b756f2a authored almost 6 years ago
[feature] hypergan test
github.com/HyperGAN/HyperGAN - 84802c8f8fee604ec678642c1a3447784c6805ec authored almost 6 years ago
github.com/HyperGAN/HyperGAN - 84802c8f8fee604ec678642c1a3447784c6805ec authored almost 6 years ago
[fix] add nashpy to requirements
github.com/HyperGAN/HyperGAN - 7a1363d2faae02b2f66320cfae112af68dedd2a2 authored almost 6 years ago
github.com/HyperGAN/HyperGAN - 7a1363d2faae02b2f66320cfae112af68dedd2a2 authored almost 6 years ago
Merge branch 'master' into develop
* master:
[fix] experimental ali_vib_gan. No working config yet.
[fix] set version 0.10.0 i...
[fix] experimental ali_vib_gan. No working config yet.
github.com/HyperGAN/HyperGAN - 46bb49dad7b53423cc1ec0b11bf7db0bc8ec69b8 authored almost 6 years ago
github.com/HyperGAN/HyperGAN - 46bb49dad7b53423cc1ec0b11bf7db0bc8ec69b8 authored almost 6 years ago
[fix] experimental ali_vib_gan. No working config yet.
github.com/HyperGAN/HyperGAN - 7fba090f44af0f2b3e43faf8a6f31df4a683f99c authored almost 6 years ago
github.com/HyperGAN/HyperGAN - 7fba090f44af0f2b3e43faf8a6f31df4a683f99c authored almost 6 years ago
[fix] set version 0.10.0 in setup.py develop
github.com/HyperGAN/HyperGAN - 37fa105fd3230e3139d41b05e1f53cdd56121330 authored almost 6 years ago
github.com/HyperGAN/HyperGAN - 37fa105fd3230e3139d41b05e1f53cdd56121330 authored almost 6 years ago
Merge pull request #207 from HyperGAN/develop
0.10 alpha 16
github.com/HyperGAN/HyperGAN - f165f989f024cbeb32b931421836c6668d10060a authored almost 6 years ago
Merge branch 'master' into develop
github.com/HyperGAN/HyperGAN - 25ac20a953db50d1d61a379293a8528f724005b8 authored almost 6 years ago
github.com/HyperGAN/HyperGAN - 25ac20a953db50d1d61a379293a8528f724005b8 authored almost 6 years ago
[fix] sampler error
github.com/HyperGAN/HyperGAN - bed3db97f245de1aa1bb2ecd3229863986e857cc authored almost 6 years ago
github.com/HyperGAN/HyperGAN - bed3db97f245de1aa1bb2ecd3229863986e857cc authored almost 6 years ago
[fix] viewer aspect ratio
github.com/HyperGAN/HyperGAN - 807c792f39fd5b2b11675fd19cfbbf174243699b authored almost 6 years ago
github.com/HyperGAN/HyperGAN - 807c792f39fd5b2b11675fd19cfbbf174243699b authored almost 6 years ago
[fix] pygame/tk now resizes when window shape changes
github.com/HyperGAN/HyperGAN - 84b1e51b5975aeeef734d51c884594667b14b465 authored almost 6 years ago
github.com/HyperGAN/HyperGAN - 84b1e51b5975aeeef734d51c884594667b14b465 authored almost 6 years ago
[feature] use generator json when loading models
github.com/HyperGAN/HyperGAN-android - f9ae2e3a05e284460a9363fc897a8c5088dcc0cf authored almost 6 years ago
github.com/HyperGAN/HyperGAN-android - f9ae2e3a05e284460a9363fc897a8c5088dcc0cf authored almost 6 years ago
[feature] examples/colorizer configuration
github.com/HyperGAN/HyperGAN - e1893ce2f438fe0238a6ae1633ce5ac123a8f286 authored almost 6 years ago
github.com/HyperGAN/HyperGAN - e1893ce2f438fe0238a6ae1633ce5ac123a8f286 authored almost 6 years ago
[fix] standard gan android support
github.com/HyperGAN/HyperGAN - ed3858d8d192435abbb1998175d3a037145fe8d0 authored about 6 years ago
github.com/HyperGAN/HyperGAN - ed3858d8d192435abbb1998175d3a037145fe8d0 authored about 6 years ago
[feature] hypergan build tflite support (tf 2.0)
github.com/HyperGAN/HyperGAN - 1d1512be492b2663b68c79d64a0cb291f3b20485 authored about 6 years ago
github.com/HyperGAN/HyperGAN - 1d1512be492b2663b68c79d64a0cb291f3b20485 authored about 6 years ago
[feature] warn if variables are not saved
github.com/HyperGAN/HyperGAN - b24997b86a1272f73fcd91d391c5e6606c19ea51 authored about 6 years ago
github.com/HyperGAN/HyperGAN - b24997b86a1272f73fcd91d391c5e6606c19ea51 authored about 6 years ago
[feature] disable controls while tensorflow runs
github.com/HyperGAN/HyperGAN-android - 397750027651f7f45ac17d0bdc70b3f149baac49 authored about 6 years ago
github.com/HyperGAN/HyperGAN-android - 397750027651f7f45ac17d0bdc70b3f149baac49 authored about 6 years ago
[feature] tk status bar
github.com/HyperGAN/HyperGAN - 48582ee1ba3676dbdcc8337ad46b17853c586ea4 authored about 6 years ago
github.com/HyperGAN/HyperGAN - 48582ee1ba3676dbdcc8337ad46b17853c586ea4 authored about 6 years ago
[fix] raise error on layer name collision
github.com/HyperGAN/HyperGAN - ff6c359a4098a302a26687663a39d3461dbf6a00 authored about 6 years ago
github.com/HyperGAN/HyperGAN - ff6c359a4098a302a26687663a39d3461dbf6a00 authored about 6 years ago
Merge pull request #206 from HyperGAN/develop
0.10 alpha 15
github.com/HyperGAN/HyperGAN - 52e439c312b9ce2c2822b7931337892a7d4b6247 authored about 6 years ago
Merge branch 'master' into develop
github.com/HyperGAN/HyperGAN - 5f9d5e5700ccf2f1f956d92fc19109acb2265d36 authored about 6 years ago
github.com/HyperGAN/HyperGAN - 5f9d5e5700ccf2f1f956d92fc19109acb2265d36 authored about 6 years ago
[fix] black and white datasets
github.com/HyperGAN/HyperGAN - e0923a67c365190eb0453c329b02520a1d51ef77 authored about 6 years ago
github.com/HyperGAN/HyperGAN - e0923a67c365190eb0453c329b02520a1d51ef77 authored about 6 years ago
[fix] tflite integration
github.com/HyperGAN/HyperGAN-android - c3a522404b8122bff1d0c5a2c03790bf9e4f8afd authored about 6 years ago
github.com/HyperGAN/HyperGAN-android - c3a522404b8122bff1d0c5a2c03790bf9e4f8afd authored about 6 years ago
[doc] testing tensorflow/hypergan
github.com/HyperGAN/HyperGAN - f078444a93c2c6e2c8dd615864d214e34042b918 authored about 6 years ago
github.com/HyperGAN/HyperGAN - f078444a93c2c6e2c8dd615864d214e34042b918 authored about 6 years ago
[fix] remove bad dependency
github.com/HyperGAN/HyperGAN - 0324b4a5bb14ab56b8895ae11c0fd6a6cc3973c0 authored about 6 years ago
github.com/HyperGAN/HyperGAN - 0324b4a5bb14ab56b8895ae11c0fd6a6cc3973c0 authored about 6 years ago
[fix] update required tensorflow version
github.com/HyperGAN/HyperGAN - 4a2f0e946462391ab8291d1225ae85670bf9e78e authored about 6 years ago
github.com/HyperGAN/HyperGAN - 4a2f0e946462391ab8291d1225ae85670bf9e78e authored about 6 years ago