Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pytorch/tutorials
/ char_rnn_generation_tutorial.py
File
char_rnn_generation_tutorial.py
intermediate_source/char_rnn_generation_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: Generating Names
with
a Character-Level RNN
4
*************************************************************
Callers
nothing calls this directly
Calls
8
findFiles
Function · 0.85
readLines
Function · 0.85
RNN
Class · 0.85
randomTrainingExample
Function · 0.85
samples
Function · 0.85
unicodeToAscii
Function · 0.70
train
Function · 0.70
timeSince
Function · 0.70
Tested by
no test coverage detected