-
![loss-d](https://user-images.githubusercontent.com/6218739/136900996-05cfa37c-96f4-48cf-9f5b-7f7aa6a074b8.png)
-
![qq 20170623225951](https://user-images.githubusercontent.com/19834515/27487889-b17ef978-5867-11e7-884c-a47e7951dbcc.jpg)
**cGAN-based Manga Colorization Using a Single Training Image**
https:/…
-
Hi, @mattragoza I installed LiGAN successfully. But when I run pytest tests, there is a lot of errors occurred:
```
.............
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _…
-
@Ling-Bao
hi! I'm trying to use your code with my own dataset, but I don't know how to generate the density map as you gave. So can you tell me how to do that? thx
-
But I keep getting this particular Error ?
Error when checking input: expected input_27 to have 4 dimensions, but got array with shape (128, 32, 32, 1, 3)
ghost updated
5 years ago
-
Julien suggested to add the models as assets. They are pretty easy to add to a release:
![Screenshot_20230529_132156](https://github.com/axondeepseg/synthetic_image_gen_model/assets/83031821/e0ba79…
-
Hi,
When I run the code, I got the error message:
"Index exceeds the number of array elements. Index must not exceed 1.
Error in transformer/forward (line 14)
embedded = obj.embeddin…
-
Hey team!
As most of you know, I've developed the [`icenet-gan`](https://github.com/ampersandmcd/icenet-gan) library in PyTorch over the course of my MRes, replacing the U-Net backbone of the IceNe…
-
# training configuration
noise_dim = 32
dim = 128
batch_size = 16
log_step = 200
epochs = 10000+1
learning_rate = 5e-5
beta_1 = 0.5
beta_2 = 0.9
betas = (beta_1, beta_2)
models_dir =…
-
I have not been able to get the mnist example to converge. Even after days of training (8-CPU system, no GPU) following the standard mnist example in the kit with no change (run as: python main.py --d…