Skip to content

5p00kk/iwpodnet_pytorch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

iwpodnet_pytorch

Pytorch implementation of IWPOD-Net (https://github.com/claudiojung/iwpod-net).

What is this

  • iwpod.py contains pytoch implementation of IWPOD-NET
  • keras_to_torch.py contains function that allows loading original keras wieghts into the pytorch model
  • save_keras_weigths.py small script serialize and dump keras weights

Important

When using remember that PyTorch uses (B,C,W,H) whereas Keras uses (B,W,H,C) tensor convention.

About

Pytorch implementation of IWPOD-Net

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages