Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save pythonlessons/c0f19d4668415d2643086ee21242ff9f to your computer and use it in GitHub Desktop.

Select an option

Save pythonlessons/c0f19d4668415d2643086ee21242ff9f to your computer and use it in GitHub Desktop.
handwriting_recognition_pytorch
loss = CTCLoss(blank=len(configs.vocab))
optimizer = optim.Adam(network.parameters(), lr=configs.learning_rate)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment