OpenMined / PyGrid-deprecated---see-PySyft-

A Peer-to-peer Platform for Secure, Privacy-preserving, Decentralized Data Science
Apache License 2.0
617 stars 217 forks source link

Which Conv2d should be used? Torch or Syft? #872

Open mustansarsaeed opened 3 years ago

mustansarsaeed commented 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?

AshuAhlawat commented 3 years ago

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