jaalmoes

Results 2 issues of jaalmoes

## 🐛 Bug When using "same" for padding in pytorch conv2d, opacus doesn't compute a tuple as specified in pytorch doucmentation. Instead opadus uses the string "same" in the compution...

bug

Hello, I am trying to train with differential privacy using tensorflow_privacy.DPKerasSGDOptimizer() here is my code E = 1 B = 100 N = 2 dataset = pickle.load( open(path, "rb" )...