Skip to main content

Paper - Pytorch

Project description

Multi-Modality

Progen

Implementation of Progen in Pytorch, from the paper "ProGen: Language Modeling for Protein Generation"

GPT for proteins sequences

Paper Link

Appreciation

  • Lucidrains
  • Agorians

Install

pip install progen-torch

Usage

from progen_torch import ProGen

x = torch.randint(0, 100, (1, 1024))
model = ProGenBase(num_tokens=100, dim=512, seq_len=1024, depth=6)
outputs = model(x)
print(outputs)

Architecture

Todo

License

MIT

Citations

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

progen_torch-0.0.3.tar.gz (6.8 kB view hashes)

Uploaded Source

Built Distribution

progen_torch-0.0.3-py3-none-any.whl (7.7 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