-
Sik-Ho Tsang. [Review: DCGAN — Deep Convolutional Generative Adversarial Network (GAN)](https://sh-tsang.medium.com/review-dcgan-deep-convolutional-generative-adversarial-network-gan-ec390cded63c).
-
Can you tell me what exactly is alignment in AI research?
-
**Date accepted:** 2023-09-13
Submitting Author Name: Marcelo Araya-Salas
Submitting Author Github Handle: @maRce10
Repository: https://github.com/maRce10/ohun
Version submitted: 0.1.0
Submis…
-
Hello @kan-bayashi I can see gan_tts task now work with joint TTS training but wondering if you have example for specify pretrained models, switching vocoder impl and expected training time difference…
-
Hi @alawryaguila @ajayme
I have few suggestions and recommendations regarding the package and the paper,
#### API:
- [x] I have a concern about the config file settings. Your documentation refer…
-
Hi,would you mind providing a script for generating adversarial examples to evaluate black-block attack?
-
**Describe the bug**
While in Counterfit conda env, I attempted to invoke 'python examples/terminal/terminal.py' but get error that Torch has no module 'nn'. I also get this error when running the co…
-
It's an awesome library, thanks for creating. I've some beginner queries:
1. The NSL provides APIs for adversarial training. But if I'm not mistaken, it doesn't provide adversarial attack methods, …
-
Hello,
I've been trying to use the tool for finding adversarial examples where the perturbation is not uniform as in `$L-\infty$`. Suppose I have general `LB` and `UB` for the range of values the i…
-
```
from scholarly import scholarly
import json
search_query = scholarly.search_pubs('"hierarchy they mean" AND social') # ~4 items
sq_array = []
for i in search_query:
sq_array.append(i)…