Open mustansarsaeed opened 3 years ago
Hi, I am using PySyft and PyGrid 0.2.x . For CNN, should we use torch.nn.Conv2d or syft.frameworks.torch.nn.Conv2d ? Are there any differences?
PySyft
PyGrid
0.2.x
CNN
torch.nn.Conv2d
syft.frameworks.torch.nn.Conv2d
if the working of both the functions is same, which it is i belives torch.nn.Conv2d will be faster in getting to the actual fucntion
Hi, I am using
PySyft
andPyGrid
0.2.x
. ForCNN
, should we usetorch.nn.Conv2d
orsyft.frameworks.torch.nn.Conv2d
? Are there any differences?