I am trying to replicate the example for the sparktf package proposed on the associated GitHub page:
https://github.com/rstudio/sparktf
When fitting the model, I obtain the following error:
history <- model %>% fit(dataset, epochs = 100, verbose = 0)
2019-05-24 17:19:09.373716: W tensorflow/core/framework/op_kernel.cc:1401] OP_REQUIRES failed at strided_slice_op.cc:106 : Invalid argument: Index out of range using input dim 2; input has only 2 dims
@kevinykuo do you have a clue on what's causing this issue?
Thanks
I am trying to replicate the example for the sparktf package proposed on the associated GitHub page:
https://github.com/rstudio/sparktf
When fitting the model, I obtain the following error:
@kevinykuo do you have a clue on what's causing this issue?
Thanks