资源算法skip-thoughts

skip-thoughts

2019-10-12 | |  156 |   0 |   0

skip-thoughts

An implementation of Skip-Thought Vectors in PyTorch.

Blog

Here's a blog explaining the subtleties of Skip-Thoughts blog 687474703a2f2f73616e79616d352e6769746875622e696f2f696d616765732f736b69702d74686f75676874732f736b69702d726e6e2e706e67.png

Instructions

Training

  • Download BookCorpus or any other data-set and concatenate all sentences into one file and put it in ./data/ directory

  • Modify the following line in Train.ipynb notebook accordingly: d = DataLoader("./data/dummy_corpus.txt")

  • There is no early stopping.

  • The Train notebook runs at the rate of 1 epoch / 2 days on an Nvidia 1080 Ti.

  • Your model is saved when ./saved_models when the average training loss in the last 20 iterations dips below the previous best.

Evaluation

Only implemented on classification tasks

  • Download the movie review dataset and put rt-polarity.neg and rt-polarity.pos in the ./tasks/mr_data directory.

  • You may also test on other classification tasks by downloading the datasets and providing their path and tasks type in Evaluate.ipynb


上一篇:pytorch_bits

下一篇:video-caption.pytorch

用户评价
全部评价

热门资源

  • Keras-ResNeXt

    Keras ResNeXt Implementation of ResNeXt models...

  • seetafaceJNI

    项目介绍 基于中科院seetaface2进行封装的JAVA...

  • spark-corenlp

    This package wraps Stanford CoreNLP annotators ...

  • capsnet-with-caps...

    CapsNet with capsule-wise convolution Project ...

  • inferno-boilerplate

    This is a very basic boilerplate example for pe...