Skip to main content

Utilities to use allennlp with wandb

Project description

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.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

wandb_allennlp-0.0.3.tar.gz (6.3 kB view hashes)

Uploaded Source

Built Distribution

wandb_allennlp-0.0.3-py3-none-any.whl (8.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page