We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
Same error here, cloned a new copy of the notebook and got this error at the last bubble
Sorry, something went wrong.
Guys this guys solved it. #247 (comment)
No branches or pull requests
what does it mean. it worked like a month ago
The text was updated successfully, but these errors were encountered: