-
## ざっくり言うと
- Attention機構を取り込んだ文章要約モデル.
- 要約の対象は1文.
- decoderはfeed-forwardで行なっている.
- abstractive summarization(抽象要約)
#### キーワード
- NLP
- sentence summarization
- abstractive summarization
- CNN…
-
# SARI & D-SARI
# JADOS
-
1. [Binary Relevance Efficacy for Multilabel Classification](https://link.springer.com/article/10.1007/s13748-012-0030-x) > https://github.com/Gin04gh/datascience/issues/6#issuecomment-419388287
1. […
-
This is the draft plan for the upcoming iteration in Jan ~ Feb, it's a 6 week's iteration.
## Release Plan for V0.3
* Release Manager: @wenxcs
* Feature Freeze Date: 2021.~03.04~ TBD
* Code …
-
Thank you for sharing this work! I was able to train the model. Could you please advise on the steps for performing an inference where the output shows the labels as a string?
-
When I tried to train Pendulum-v0 with a recurrent-style SAC, the policy didn't improve, while it worked fine with a MLP model. The curves of the training process in Tensorboard is shown below (the r…
-
I think we need to choose one of the two and stick with it, because right now different bricks do different things, and it'll come to haunt us eventually...
Bricks that use other bricks have two opti…
-
```
python3 main.py --train_dataset_file /scratch/supreeth/listen_to_look/listen_to_look/train.pkl --test_dataset_file /scratch/supreeth/listen_to_look/listen_to_look/val.pkl --batch_size 32 --warmup…
-
The hparams.py says `n_frames_per_step=1, # currently only 1 is supported`, but reduction window is very important for them model to pick up alignment. Using a reduction window can be considered as d…
-
AttnGAN-master\code>python pretrain_DAMSM.py --cfg cfg/DAMSM/bird.yml --gpu 0
Using config:
{'B_VALIDATION': False,
'CONFIG_NAME': 'DAMSM',
'CUDA': True,
'DATASET_NAME': 'birds',
'DATA_DIR':…