Open mccurcio opened 4 years ago
Running:
IN Chapter 13.4.2.2 Implementation
model <- keras_model_sequential() %>% layer_dense(units = 128, activation = "relu", input_shape = p) %>% layer_dense(units = 64, activation = "relu") %>% layer_dense(units = 10, activation = "softmax")
I get the error:
Error in py_call_impl(callable, dots$args, dots$keywords) : ValueError: Error converting shape to a TensorShape: invalid literal for int() with base 10: 'tfestimators'.
I'm currently seeking info on keras and tensorflow github sites...
Is this a new issue?
Running:
IN Chapter 13.4.2.2 Implementation
I get the error:
I'm currently seeking info on keras and tensorflow github sites...
Is this a new issue?