Fettpet / pytorch-crfasrnn

22 stars 6 forks source link

Add Global Memory Implmentation #2

Open Fettpet opened 5 years ago

Fettpet commented 5 years ago

The Implementation needs shared memorry. Every time you change the number of channels it needs to recompile. To stop this, global memory could be used.