textgenrnn
textgenrnn copied to clipboard
New error
Training on 237,699 character sequences.
Epoch 1/20
---------------------------------------------------------------------------
UnknownError Traceback (most recent call last)
<ipython-input-4-11efc90b368c> in <module>()
18 max_length=model_cfg['max_length'],
19 dim_embeddings=100,
---> 20 word_level=False)
4 frames
/usr/local/lib/python3.7/dist-packages/tensorflow/python/eager/execute.py in quick_execute(op_name, num_outputs, inputs, attrs, ctx, name)
57 ctx.ensure_initialized()
58 tensors = pywrap_tfe.TFE_Py_Execute(ctx._handle, device_name, op_name,
---> 59 inputs, attrs, num_outputs)
60 except core._NotOkStatusException as e:
61 if name is not None:
UnknownError: Fail to find the dnn implementation.
[[{{node CudnnRNN}}]]
[[model_1/rnn_1/backward_lstm/PartitionedCall]] [Op:__inference_train_function_17033]
Function call stack:
train_function -> train_function -> train_function
what does it mean. it worked like a month ago
Same error here, cloned a new copy of the notebook and got this error at the last bubble
Guys this guys solved it. https://github.com/minimaxir/textgenrnn/issues/247#issuecomment-1014452062