bayesian_dense
bayesian_dense copied to clipboard
Unable to execute example
TypeError Traceback (most recent call last)
C:\ProgramData\Anaconda3\lib\site-packages\keras\engine\base_layer.py in call(self, inputs, **kwargs)
429 'You can build it manually via: '
430 'layer.build(batch_input_shape)
')
--> 431 self.build(unpack_singleton(input_shapes))
432 self.built = True
433
TypeError: call() got an unexpected keyword argument 'name'
This is a duplicate of #1 and #2.