JGAN icon indicating copy to clipboard operation
JGAN copied to clipboard

JGAN model zoo supports 27 kinds of mainstream GAN models with high speed for jittor.

Results 9 JGAN issues
Sort by recently updated
recently updated
newest added

Bumps [numpy](https://github.com/numpy/numpy) from 1.18.2 to 1.22.0. Release notes Sourced from numpy's releases. v1.22.0 NumPy 1.22.0 Release Notes NumPy 1.22.0 is a big release featuring the work of 153 contributors spread...

dependencies

Bumps [pillow](https://github.com/python-pillow/Pillow) from 6.2.1 to 9.0.1. Release notes Sourced from pillow's releases. 9.0.1 https://pillow.readthedocs.io/en/stable/releasenotes/9.0.1.html Changes In show_file, use os.remove to remove temporary images. CVE-2022-24303 #6010 [@​radarhere, @​hugovk] Restrict builtins within...

dependencies

Bumps [opencv-python](https://github.com/skvark/opencv-python) from 4.1.2.30 to 4.2.0.32. Release notes Sourced from opencv-python's releases. 4.2.0.32 opencv-python: https://pypi.org/project/opencv-python/ opencv-contrib-python: https://pypi.org/project/opencv-contrib-python/ opencv-python-headless: https://pypi.org/project/opencv-python-headless/ opencv-contrib-python-headless: https://pypi.org/project/opencv-contrib-python-headless/ OpenCV version 4.2.0. Changes: macOS environment updated from xcode8.3...

dependencies

I ran your pix2pix code in 200 epochs. But I got too many bad results, shown as follows. The generated image is in the middle. The ground truth is the...

Bumps [pillow](https://github.com/python-pillow/Pillow) from 6.2.1 to 10.0.1. Release notes Sourced from pillow's releases. 10.0.1 https://pillow.readthedocs.io/en/stable/releasenotes/10.0.1.html Changes Updated libwebp to 1.3.2 #7395 [@​radarhere] Updated zlib to 1.3 #7344 [@​radarhere] 10.0.0 https://pillow.readthedocs.io/en/stable/releasenotes/10.0.0.html Changes...

dependencies

Namespace(n_epochs=100, batch_size=64, lr=0.0002, b1=0.5, b2=0.999, n_cpu=8, latent_dim=100, n_classes=10, img_size=32, channels=1, sample_interval=1000) Caught segfault at address Caught segfault at address Caught segfault at address 0x18, Caught segfault at address Caught segfault...

Thank you for your contributions! but when I train the gaugan model, I don't know how to load the checkpoints data to continue training.

## reproduct ```sh python ./JGAN/models/cluster_gan/clustergan.py -b 64 ``` ## error ```txt Traceback (most recent call last): File "./cluster_gan.py", line 396, in real_loss = bce_loss(D_real, valid) File "/usr/local/lib/python3.8/dist-packages/jittor/__init__.py", line 1172, in...