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

[wip] densenet d

github.com/HyperGAN/HyperGAN - 4d3816eca93049f89e9b7b33c2eee8db959cdd2f authored almost 8 years ago
[fix] invert loss function... does this matter?

github.com/HyperGAN/HyperGAN - b4b5e90269191efb8e33062d2c296ea380914dcd authored almost 8 years ago
[fix] remove log

github.com/HyperGAN/HyperGAN - d78127eee5b27250a3facba64a90871c7f4f39e1 authored almost 8 years ago
[fix] remove sigmoid

github.com/HyperGAN/HyperGAN - 39ae8e0cfde45b1ef651f69e9ce9d99b2110d73c authored almost 8 years ago
[wip] try adding log

github.com/HyperGAN/HyperGAN - 4ec3ed2a472892fde45f025ae450a8107be79dc2 authored almost 8 years ago
[fix] try a sigmoid

github.com/HyperGAN/HyperGAN - 53e09b2d499ebe133eb68558abdf6f0c783ee177 authored almost 8 years ago
[wip] loss terms

github.com/HyperGAN/HyperGAN - a8e878ca1940c2a1813e312cba790f4bcbd9830d authored almost 8 years ago
[experiment] tf.reduce_logsumexp

github.com/HyperGAN/HyperGAN - ac31293c846fd123816838104bf3b69bd15c57fa authored almost 8 years ago
[feature] rmsprop trainer

github.com/HyperGAN/HyperGAN - bad4bc490a956246f163dfa9557682f4a803318e authored almost 8 years ago
[fix] remove regularized conv at the end of d

github.com/HyperGAN/HyperGAN - 1dd789f1fea9acd7f9985d1170a0f8d12bc9ad6e authored almost 8 years ago
[fix] logits

github.com/HyperGAN/HyperGAN - 573c3583105fc1f48f485cb606b9d959fec79be2 authored almost 8 years ago
[fix] adam optimizer

github.com/HyperGAN/HyperGAN - eb7bbf39e50dc90755599f2b3f2294bfd580f30c authored almost 8 years ago
[fix] optimizer tweaks

github.com/HyperGAN/HyperGAN - c590ee2b055d30bc7f017bb0c5bb1994691163a7 authored almost 8 years ago
[feature] bn + tanh on d

github.com/HyperGAN/HyperGAN - a6857c1af968b389759a30340ae502f531b515c7 authored almost 8 years ago
[feature] better print lines

github.com/HyperGAN/HyperGAN - c2d7fbcb7a622d1ba479aa44795bb86ce1989932 authored almost 8 years ago
[feature] add discriminator regularizers

github.com/HyperGAN/HyperGAN - 874b92674d813099ce9503b891ff724e8ab1ee11 authored almost 8 years ago
[fix] like paper

github.com/HyperGAN/HyperGAN - 5f42f5ca343da1712ff202603ce34b1695590cc1 authored almost 8 years ago
[fix] end with relu to simplify new loss

github.com/HyperGAN/HyperGAN - c2b9e944a86357c86f13c9397c38ba2fc9045c46 authored almost 8 years ago
[fix] hypergan cli sampling

github.com/HyperGAN/HyperGAN - b5ee4eed882fd4b6c6957bab98d9fe60ca79a911 authored almost 8 years ago
[wip] wgan implementation attempt

github.com/HyperGAN/HyperGAN - 9010d90576d8da39f8c3be180cbccd0d1663f7c2 authored almost 8 years ago
Merge pull request #20 from 255BITS/inpainting

Inpainting

github.com/HyperGAN/HyperGAN - 9190a7ad8632f31702b845864b7c4e252fdf6e8c authored almost 8 years ago
[fix] use the discriminator layer filter feature for inpainting

github.com/HyperGAN/HyperGAN - 9db748b738b6818140322bdee7d343ade6142f50 authored almost 8 years ago
Merge branch 'develop' into inpainting

github.com/HyperGAN/HyperGAN - 89d9ace9af84a76ef7c3123755b2b5ce8b0bb10f authored almost 8 years ago
[wip] inpainting seems to work, need to clean up this hack

github.com/HyperGAN/HyperGAN - c69e2381fc3bb759af9196ecba7d193e6ec46136 authored almost 8 years ago
[fix] colorizer run / stop

github.com/HyperGAN/HyperGAN - ec03e36316d1673c9182feb71addaf2f7804aafb authored almost 8 years ago
[feature] discriminator.layer_filter

github.com/HyperGAN/HyperGAN - cdaa2be8ff7dd1f3f1cb06a25c337956e8b94cac authored almost 8 years ago
[feature] inpainting example

github.com/HyperGAN/HyperGAN - 72ffa8eb51c3fabb93efce1831690f1e724710d8 authored almost 8 years ago
[feature] super resolution api example

github.com/HyperGAN/HyperGAN - d618e9a8210803c9313cf885728b5878fe7320cf authored about 8 years ago
Revert "Revert "[feature] add noise to x on g""

This reverts commit c4cac64a42afb81376641c5f30434b180d70f428.

github.com/HyperGAN/HyperGAN - d4901dbf4f274545d6326ce04c8850571999294d authored about 8 years ago
[fix] categories

github.com/HyperGAN/HyperGAN - 751b330a4925bccda2c8719ac5557488af170173 authored about 8 years ago
Revert "[feature] add noise to x on g"

This reverts commit e80eb20c41d822fcaf8f44403feabb84d3575ae8.

github.com/HyperGAN/HyperGAN - c4cac64a42afb81376641c5f30434b180d70f428 authored about 8 years ago
[fix] add --use_hc_io to colorizer

github.com/HyperGAN/HyperGAN - a15b7b56af7d71aeb242879a1347d1917ed9097e authored about 8 years ago
[fix] remove regularization

github.com/HyperGAN/HyperGAN - 83acbf2fb8bd92dab29a21e3fae8e2ea29ffe287 authored about 8 years ago
[feature] add noise to x on g

github.com/HyperGAN/HyperGAN - e80eb20c41d822fcaf8f44403feabb84d3575ae8 authored about 8 years ago
[fix] optimize default config

github.com/HyperGAN/HyperGAN - 3d048a7764d297ce9c1367dab035b9cdedd3d796 authored about 8 years ago
[fix] save/load, bulk sampling

github.com/HyperGAN/HyperGAN - f858948c0ee2fa6df27cd3df966528f680eb6d51 authored about 8 years ago
[fix] saving and sampling

github.com/HyperGAN/HyperGAN - 9ae3314712c029d65a8b9267c7bafbcb00eb1c27 authored about 8 years ago
[fix] colorizer example

github.com/HyperGAN/HyperGAN - a89c6b5b5a9d1bfc765d84bb210c0401b36e4be8 authored about 8 years ago
[fix] issues with colorizer

github.com/HyperGAN/HyperGAN - 882040f6298f5d7e2099a928caacca90b26e3a02 authored about 8 years ago
[doc] missing parts of colorizer api example

github.com/HyperGAN/HyperGAN - 0f5e473f08493091ec36434fb7b38628c6f18cfa authored about 8 years ago
[fix] saving and loading

github.com/HyperGAN/HyperGAN - 97b995179111641d0de63b0daa3f4378c9b0d341 authored about 8 years ago
[wip] initial colorization api example

github.com/HyperGAN/HyperGAN - e6a74a42c0efd026254b4fa53251ae7dc5830169 authored about 8 years ago
[cleanup] todos

github.com/HyperGAN/HyperGAN - 00700cd2c0e8dae3e3182ea5ec75fc25376bbc1d authored about 8 years ago
[fix] wording]

github.com/HyperGAN/HyperGAN - f8cdbf7d79b8c9ef689bbf51dac849fe71d4100f authored about 8 years ago
[cleanup] spacing

github.com/HyperGAN/HyperGAN - 0dbeb184d952dd41f3faef639b1dbd6d39806ace authored about 8 years ago
[refactor] remove def run in gan.py

github.com/HyperGAN/HyperGAN - 84d3d5ba19893db4bd01be6984c9356e8eb3fff4 authored about 8 years ago
[refactor] config function lookup moved to CLI

github.com/HyperGAN/HyperGAN - 78c109340a56b15d78aadced01014c186d8e5b45 authored about 8 years ago
[fix] missing variable args

github.com/HyperGAN/HyperGAN - a67a0ede0afc19eb166e769103b1a6b6f184c027 authored about 8 years ago
[fix] sampling

github.com/HyperGAN/HyperGAN - 49d1da39bbc24da61d14e62e8b6248eafb70d91a authored about 8 years ago
[fix] pass device from CLI

github.com/HyperGAN/HyperGAN - 564effcaed63b8a96991ef02ebeed22d16049d3a authored about 8 years ago
[fix] startup issues

github.com/HyperGAN/HyperGAN - b921d76d3ea0fa9574248a6c021498b15a571f02 authored about 8 years ago
[fix] further on startup

github.com/HyperGAN/HyperGAN - e850967e53785f9c3a4cdde42deb2253376c7425 authored about 8 years ago
[refactor] CLI class

github.com/HyperGAN/HyperGAN - 40fdb817a94849b725f4f449e3089931829a1c8e authored about 8 years ago
[fix] various startup errors

github.com/HyperGAN/HyperGAN - 09f0123c94ff923247a612798df7070a2966731e authored about 8 years ago
[refactor] remove dead classes

github.com/HyperGAN/HyperGAN - ddd3c59c53659f14e180ba74b30ff8ebfb6e5196 authored about 8 years ago
[fix] various errors

github.com/HyperGAN/HyperGAN - 62b7b08e26d9729afe663c07c4ceb2a1ab51e4fe authored about 8 years ago
[wip] break everything in order to refactor cli

github.com/HyperGAN/HyperGAN - d8762f9b80eb43fd61f2082e5abdbde93db009f6 authored about 8 years ago
[wip] refactor cli

github.com/HyperGAN/HyperGAN - 65e88ef8529296f42b04d612929966618dfc8af7 authored about 8 years ago
Merge branch 'master' into develop

github.com/HyperGAN/HyperGAN - 1f441508f1885b459a190d7a3646fb1e23d8440f authored about 8 years ago
[fix] capped_optimizer setting, new version

github.com/HyperGAN/HyperGAN - d354a5d92d69143a519e862d2b976accd86c5e2c authored about 8 years ago
[fix] capped_optimizer had really low settings

github.com/HyperGAN/HyperGAN - 778784dfa303a56c5f24680cf8d230a163c4703c authored about 8 years ago
[fix] frame sampler

github.com/HyperGAN/HyperGAN - dc84017ffb14355cef7f61288685952b3930ae92 authored about 8 years ago
[doc] refactoring notes on discriminator code dup

github.com/HyperGAN/HyperGAN - f13a252a8da0dc578da6f61e6f6a4781ceafee2a authored about 8 years ago
[bump] version

github.com/HyperGAN/HyperGAN - 50e31607b113fbdc832b7cafd7c4c0c1163a1691 authored about 8 years ago
[fix] remove extra d, I think this feature needs work

github.com/HyperGAN/HyperGAN - 0923c49814a2634ce636e0d692ff0e4c0e25d6fb authored about 8 years ago
[bump] version to 0.6.19

github.com/HyperGAN/HyperGAN - de0197a8f970931e39b7ce9db143e4105515bc6c authored about 8 years ago
[fix] https://github.com/255BITS/HyperGAN/issues/14

github.com/HyperGAN/HyperGAN - 4f30659d0cfce1f532a656eb889e29fc7ed7b459 authored about 8 years ago
[refactor] package structure

github.com/HyperGAN/HyperGAN - 47bd516170972d805979123f3a6e8acf8df8c388 authored about 8 years ago
[refactor] cleanup graph creation helper

github.com/HyperGAN/HyperGAN - 7b7b709fe1a02e871bf47c0505cfd0f4637bca1a authored about 8 years ago
[fix] save/load

github.com/HyperGAN/HyperGAN - 1415900d6afea0c5f8bd90ec2202b50be863ea6b authored about 8 years ago
[fix] saving/loading

github.com/HyperGAN/HyperGAN - 5fc09e9d284971c369dae510746aef41be7d6ea3 authored about 8 years ago
[bump] version

github.com/HyperGAN/HyperGAN - 10f97ce3824c9e598ce15c5507e20555054020f8 authored about 8 years ago
[bump] version

github.com/HyperGAN/HyperGAN - 737970089aff4fb9bf0e1adda1bb978c4a9a6e3c authored about 8 years ago
[fix] all sorts of loading errors

github.com/HyperGAN/HyperGAN - 0132ecd8949991c377990bdb31af3c192921224e authored about 8 years ago
[fix] errors in startup

github.com/HyperGAN/HyperGAN - b697dc68d1416b5838f6b2ef263a919baed4bc62 authored about 8 years ago
[feature] sampling api works! really hacky

github.com/HyperGAN/HyperGAN - 31a93529399ae01cbc3eac878c2adca0ab0856d4 authored about 8 years ago
[refactor] move cli.parse_args out of gan.py

github.com/HyperGAN/HyperGAN - e901605dd1586d15a6dc58584fe782eec62a1888 authored about 8 years ago
[refactor] begin moving things for api

github.com/HyperGAN/HyperGAN - f6892a31479ae7e9785554edacc67a74fde26dd4 authored about 8 years ago
[doc] explain supervised generator a bit

github.com/HyperGAN/HyperGAN - a0845cbe273038a0b815e965e6b416cdae80eac7 authored about 8 years ago
[doc] initial API docs

github.com/HyperGAN/HyperGAN - cc3269fa5ac489a06b78ffb365a56612d98cc1bf authored about 8 years ago
[doc] rearrange docs

github.com/HyperGAN/HyperGAN - 17e23a28705a8b1256d678b24f65c71b19d5eba7 authored about 8 years ago
[doc] initial runtime api doc

github.com/HyperGAN/HyperGAN - 4cf402412e10b01db047b57ceec32542097331fc authored about 8 years ago
[feature] allow for config accessors using attribute notation

github.com/HyperGAN/hyperchamber - 7a7eda8cceb68a36484cdb888abd19b7d5e18ba8 authored about 8 years ago
Merge branch 'master' into develop

* master:
[doc] fix
[doc] cleanup unsupervised learning section
[doc] create dataset secti...

github.com/HyperGAN/HyperGAN - 6182ce4290357865431216d14c064a1091a7abaa authored about 8 years ago
[fix] use if(`Tensor` is not None)

github.com/HyperGAN/HyperGAN - df52afa7bf3ae733d9fc82aed68c48f011da5adf authored about 8 years ago
Merge pull request #7 from 255BITS/remove-dropout

[refactor] remove references to dropout

github.com/HyperGAN/HyperGAN - e60bbe2b79b84e12fc93084bd40763f6db165102 authored about 8 years ago
[fix] add missing arg 'z'

github.com/HyperGAN/HyperGAN - d2b1462a2e136b0c716d4042d6bc7628a32b8198 authored about 8 years ago
[fix] pass z to generator

github.com/HyperGAN/HyperGAN - b5a958ffd07788130f8a8d6ea9f40df750574f1e authored about 8 years ago
Merge branch 'develop' into remove-dropout

github.com/HyperGAN/HyperGAN - 9a57254830f6c48f4abd94213de9b22737edb041 authored about 8 years ago
[doc] cleanup unsupervised learning section

github.com/HyperGAN/HyperGAN - 323e784b40016beee9203783505b77c6580c7f90 authored about 8 years ago
Merge pull request #11 from 255BITS/dataset-documentation-1

[doc] dataset section

github.com/HyperGAN/HyperGAN - 1f6c579fcf00d4e867ffe09fd9d3f6c940331922 authored about 8 years ago
[doc] create dataset section

github.com/HyperGAN/HyperGAN - eb0c40a126c90d25052f97ef16b021791b201b51 authored about 8 years ago
[doc] dataset section

github.com/HyperGAN/HyperGAN - bdd03240ce5e529fc6c8fa639d1852e697c5894a authored about 8 years ago
[bump] 0.6.13 - new defaults

github.com/HyperGAN/HyperGAN - 7a5ea1f9e47e451764fa3338986d4c5b2498bd30 authored about 8 years ago
[bump] 0.6.12

github.com/HyperGAN/HyperGAN - 59a2f9d7e114c0c56693abdae6e40a7ead55e5c0 authored about 8 years ago
[bump] 0.6.11

github.com/HyperGAN/HyperGAN - bb68076fb48b60d6256e29ff871e8d1a70ffa937 authored about 8 years ago