deep-learning-with-R-2nd-edition-code
deep-learning-with-R-2nd-edition-code copied to clipboard
Build() method with more than one argument
https://github.com/t-kalinowski/deep-learning-with-R-2nd-edition-code/blob/5d666f93d52446511a8a8e4eb739eba1c0ffd199/ch03.R#L314
Error message:
Error in py_call_impl(callable, call_args$unnamed, call_args$named) : ValueError: For a
build()method with more than one argument, all arguments should have a_shapesuffix and match an argument fromcall(). E.g.build(self, foo_shape, bar_shape)For layer 'SimpleDense', Receivedbuild()argumentself, which does not end in_shape.