privacy icon indicating copy to clipboard operation
privacy copied to clipboard

Issues in Integrating Differential Privacy in Keras Custom Loss Function

Open Jeet0204 opened this issue 4 years ago • 0 comments

How to return a vector loss in Keras Custom Loss function, So that I don't have a issue with the following error: ValueError: Dimension size must be evenly divisible by 256 but is 1 for 'Reshape' (op: 'Reshape') with input shapes: [], [2] and with input tensors computed as partial shapes: input[1] = [256,?].

Jeet0204 avatar Aug 13 '20 16:08 Jeet0204