Skip to content

Instantly share code, notes, and snippets.

@blythed
Last active May 17, 2022 10:42
Show Gist options
  • Save blythed/39d6d1f80af8b4ef10a566869a946159 to your computer and use it in GitHub Desktop.
Save blythed/39d6d1f80af8b4ef10a566869a946159 to your computer and use it in GitHub Desktop.
from padl import run
run('config.py', rnn=torch.nn.LSTM(64, 1024, 2, dropout=0.3))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment