-
Hi Ivan, excellent work and thanks for making the codes open! I've read your codes and the markdown for how it works. It seems that there is no noise input for GAN and the partial GAN according to you…
-
Hi,
In my application I have two traits where only a subset of the samples have observation on both traits. I want to use the kernel matrix for the samples to estimate the trait covariance components…
-
## Description
Following 2 tests are failing with error `UnboundLocalError: local variable 'label' referenced before assignment`
1. tests/python/unittest/test_image.py::TestImage::test_det_augment…
-
Why is `batch_size*2` passed as a parameter in the following lines instead of `batch_size`?
In `train_LEP.py`:
`noisy_image, noise_level, timesteps = noisy_latent(latent_image, pipe.scheduler, b…
-
Hello,
I am building a self driving RC car project. I am having a hard time collecting the training data. So I am thinking can we collect the data from simulation and then feed it to the model? Can …
-
----------------------------------------------------------------------------------------------------
| Required Info | …
-
### Describe the bug
Hello,
I built the source of the main branch and ran the tests. The quantile estimates calibration test is failing after 2 mins 33 sec and a lot of processor usage.
Than…
-
There exist numerical instability in **objectives.categorical_crossentropy** function, which cause gradient vanishing right after the first training batch.
I suggest adding $\epsilon$ to prevent the …
-
#### Description
MO_GAAL can not work when k (number of sub generators) larget than some constant.
#### Steps/Code to Reproduce
```
import numpy as np
import matplotlib.pyplot as plt
from sk…
-
## Description
They're 2 MATLAB implementations of SSIM from original authors, which can be found [here](http://www.cns.nyu.edu/~lcv/ssim/).
First one [`ssim_index.m`](http://www.cns.nyu.edu/~lcv/ss…