run failed in get_windows.ipynb
call_() got an unexpected keyword argument 'tag'
i have the problem in encoded_docs, decoder, word_counts = preprocess( docs, nlp, MIN_LENGTH, MIN_COUNTS, MAX_COUNTS ) i don't know why i have this problem
i skip the paremeter tag and parse in preprocess.py and run it success
but, while i run the step2 train.py
i have the problem about cuda like this
number of documents: 13109
number of windows: 1063444
number of topics: 25
vocabulary size: 7596
word embedding dim: 50
THCudaCheck FAIL file=/pytorch/aten/src/THC/THCGeneral.cpp line=74 error=30 : unknown error
Traceback (most recent call last):
File "train.py", line 36, in
how i can solve it? tks
Did you get answer for the second question @DongShanHu ? Do you know how to solve the "cuda" issue with the code @TropComplique ?