sermakarevich / jigsaw-toxic-comment-classification-challenge

46 stars 8 forks source link

GRU not able Build #4

Open theSekyi opened 6 years ago

theSekyi commented 6 years ago

I run into InvalidArgumentError when my notebook gets to the GRU section.

InvalidArgumentError (see above for traceback): No OpKernel was registered to support Op 'CudnnRNN' with these attrs.  Registered devices: [CPU], Registered kernels:
  <no registered kernels>

     [[Node: bidirectional_1/CudnnRNN_1 = CudnnRNN[T=DT_FLOAT, direction="unidirectional", dropout=0, input_mode="linear_input", is_training=true, rnn_mode="gru", seed=87654321, seed2=0](bidirectional_1/transpose_2, bidirectional_1/ExpandDims_3, bidirectional_1/Const_1, bidirectional_1/concat_1)]]
sermakarevich commented 5 years ago

@theSekyi you do not have cudnn installed.