textgenrnn icon indicating copy to clipboard operation
textgenrnn copied to clipboard

New error

Open FlashlightET opened this issue 3 years ago • 2 comments

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

FlashlightET avatar Nov 20 '21 00:11 FlashlightET

Same error here, cloned a new copy of the notebook and got this error at the last bubble

kotobdev avatar Nov 28 '21 04:11 kotobdev

Guys this guys solved it. https://github.com/minimaxir/textgenrnn/issues/247#issuecomment-1014452062

mocallito avatar Jan 22 '22 16:01 mocallito