-
Hi
I wanted to run training using the cmd line you share but I keep getting this error. Can you please help?
`python3 dataset.py -path adversarial-training --train
Creating 32768 instance…
-
- https://arxiv.org/abs/2103.00430
- 2021
Generative Adversarial Networks (GAN)は、様々な画像生成タスクにおいて、これまでにない成功を収めている。
しかし,このような成果は,生成器と識別器を2段階で交互に更新するという,煩雑な学習プロセスの代償として得られるものである。
本論文では、GANを1段階で効率的に学…
e4exp updated
3 years ago
-
I would like to know how many percentage points the forgetting scores you mentioned are worse than DU, and whether there is a picture of the experimental results.
-
## 論文リンク
- [arXiv](https://arxiv.org/abs/2004.08628)
## 公開日(yyyy/mm/dd)
2020/04/18
CVPR 2020
## 概要
## TeX
```
% 2020/04/18
@inproceedings{
bs2020single,
title={Single-step A…
-
## 論文リンク
- [arXiv](https://arxiv.org/abs/1906.03787)
- [OpenReview](https://openreview.net/forum?id=HyxJhCEFDS)
## 公開日(yyyy/mm/dd)
2019/06/10
ICLR 2020
## 概要
Adversarial Training (AT) の性質を分…
-
## 論文リンク
https://arxiv.org/abs/1909.11764
https://openreview.net/forum?id=BygzbyHFvB
## 公開日(yyyy/mm/dd)
2019/09/25
ICLR2020
## 概要
-
[Graph contrastive learning with augmentations](https://proceedings.neurips.cc/paper_files/paper/2020/hash/3fe230348e9a12c13120749e3f9fa4cd-Abstract.html)
```bib
@article{you2020graph,
title={Gra…
-
## 論文リンク
https://arxiv.org/abs/1906.07132
## 公開日(yyyy/mm/dd)
2019/07
## 概要
A -> B -> C というような multi-hop な論理的推論を必要とするデータセットで HotpotQA というものがあるが、そのデータにはそれなりの割合で、その段階的推論をスキップする shortcut があることを発見…
-
Consider the following example:
Current PythaiNLP's text normalization relies heavily on rules, which are sufficient in some circumstances. However, consider the following example, it considerably …
-
### Description
I'm experiencing a significant performance difference when using `jax.value_and_grad` with different `argnums` values. Specifically, when setting `argnums=0`, the computation is abo…