karpathy / char-rnn

Multi-layer Recurrent Neural Networks (LSTM, GRU, RNN) for character-level language models in Torch
11.58k stars 2.58k forks source link

how do i implement this code in python? #233

Open jukeliv opened 2 years ago

jukeliv commented 2 years ago

if someone knows, please, tell me

ttyuuuuuuuuuu commented 1 year ago

i want python version too

ledrui commented 1 year ago

https://gist.github.com/karpathy/d4dee566867f8291f086 This is a python implementation of character level RNN, hope it helps.

ZSF182 commented 11 months ago

I want python version too.