pytorch 入门

pytorch中只需要写出前向推导公式,系统会自动写出反向推导,和caffe不同,类似pytorch的还有Tensorflow,Theano

1. resnet在pytorch中的实现

https://github.com/ruotianluo/pytorch-resnet


2. DiracNet在pytorch中的实现

https://github.com/szagoruyko/diracnets


3.ResNeXt在pytorch中的实现

https://github.com/prlz77/ResNeXt.pytorch




4.WRN在torch中的实现

https://github.com/szagoruyko/wide-residual-networks




你可能感兴趣的:(pytorch 入门)