-
to foster community involvement - some richer sample code beyond MNIST should be tackled.
Generative Adversarial Networks is a hot topic amongst ML - and some sample code using swift should help enco…
-
z_mean and z_log_var look like same.
.....
x = Input(batch_shape=(batch_size, original_dim))
h = Dense(intermediate_dim, activation='relu')(x)
z_mean = Dense(latent_dim)(h)
z_log_var = Dense(late…
-
We can recommend some papers for further discussion under this issue. Include a link to the paper + the conference name and other related information (like the abstract, some basic descriptions, links…
-
I believe that the line
```
self.gradInput = {dmu2, dlogv2, dmu1, dlogv1}
```
should actually read
```
self.gradInput = {dmu1, dlogv1, dmu2, dlogv2}
```
right? Let me know if I'm missing something…
-
Hi,
I tried to build the R-modular interface but make failed
> [100%] [100%] Building CXX object src/interfaces/r_modular/CMakeFiles/r_modular.dir/sg_print_functions.cpp.o
> Building CXX object src…