Pattio/DeepSwarm

Pytorch implementation

tushara21 opened this issue · 1 comments

First up, thanks for this wonderfully structured code. Works perfectly with Tensorflow 1.13.1

I am currently working on adapting this for time series data for my use-case. In the backends.py there is a provision to extend this to other backends than TF. Is there a PyTorch implementation available for the same?

Hey, awesome 👍

Not there is currently no PyTorch implementation but you can create one by adapting BaseBackend and filling all required functions