资源算法wandb-allennlp

wandb-allennlp

2020-04-08 | |  31 |   0 |   0

wandb-allennlp

Utilities and boilerplate code to use wandb with allennlp

Quick start

  1. Install the package

pip install wandb-allennlp
  1. Create an entrypoint file with the following content.

from wandb_allennlp.commandline import run

if __name__ == "__main__":
    run()
  1. Create your model using AllenNLP along with a training configuration file.

  2. Create a sweep configuration file and generate a sweep on the wandb server.

  3. Set the necessary environment variables.

  4. Start the search agents.

For detailed instructions and example see this tutorial.


上一篇:allennlp-dureader

下一篇:allennlp-playground

用户评价
全部评价

热门资源

  • seetafaceJNI

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

  • spark-corenlp

    This package wraps Stanford CoreNLP annotators ...

  • Keras-ResNeXt

    Keras ResNeXt Implementation of ResNeXt models...

  • capsnet-with-caps...

    CapsNet with capsule-wise convolution Project ...

  • shih-styletransfer

    shih-styletransfer Code from Style Transfer ...