MCPcopy Index your code
hub / github.com/pytorch/tutorials / char_rnn_classification_tutorial.py

File char_rnn_classification_tutorial.py

intermediate_source/char_rnn_classification_tutorial.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1# -*- coding: utf-8 -*-
2"""
3NLP From Scratch: Classifying Names with a Character-Level RNN
4**************************************************************

Callers

nothing calls this directly

Calls 7

lineToTensorFunction · 0.85
NamesDatasetClass · 0.85
CharRNNClass · 0.85
label_from_outputFunction · 0.85
unicodeToAsciiFunction · 0.70
trainFunction · 0.70
evaluateFunction · 0.70

Tested by

no test coverage detected