DerpRNN icon indicating copy to clipboard operation
DerpRNN copied to clipboard

train_text.py gives mistake for nonpytools

Open Sandy4321 opened this issue 9 years ago • 2 comments

cython is installed C:\Users\Sander>pip install cython Requirement already satisfied (use --upgrade to upgrade): cython in c:\anaconda
lib\site-packages

but train_text.py gives mistake

File "C:\Sander\NLP\code\Python\DerpRNN-master_Feb12_changed_Copy\train_text.py", line 11, in from models.deeprnn import DeepRNN, InvariantDeepRNN File "C:\Sander\NLP\code\Python\DerpRNN-master_Feb12_changed_Copy\models\deeprnn.py", line 28, in from utils.utils import * File "C:\Sander\NLP\code\Python\DerpRNN-master_Feb12_changed_Copy\utils\utils.py", line 18, in from ctools.nonpytools import *

ImportError: No module named nonpytools

Sandy4321 avatar Feb 12 '16 15:02 Sandy4321

also recommend commenting out all nonpytools stuff... or try to install it on e.g. Ubuntu VM. I'll try to sort it out meanwhile

harpone avatar Feb 12 '16 18:02 harpone

I'll try to sort it out meanwhile is it ready now

Sandy4321 avatar Mar 10 '16 15:03 Sandy4321