Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
""
"
3
NLP From Scratch: Classifying Names
with
a Character-Level RNN
4
**************************************************************
Callers
nothing calls this directly
Calls
7
lineToTensor
Function · 0.85
NamesDataset
Class · 0.85
CharRNN
Class · 0.85
label_from_output
Function · 0.85
unicodeToAscii
Function · 0.70
train
Function · 0.70
evaluate
Function · 0.70
Tested by
no test coverage detected