我想了解JcJohnson/Karpathy的代碼用於在Lua和Torch中編寫的RNN的一部分。如果你好奇,你可以在github上找到完整的項目。 https://github.com/jcjohnson/torch-rnn 我需要幫助的部分低於其從LanguageModel.lua文件: if #start_text > 0 then
if verbose > 0 then
進出口試圖找出如何在Lua檢查一個字符串變量中有任何字母或數字,像這樣: myAwesomeVar = "hi there crazicrafter1"
if myAwesomeVar(has letters and numbers) then
print("It has letters and numbers!")
elseif myAwesomeVar(has letters