Skip to content

GPU inference in Torchscript model; post layer norm

Latest
Compare
Choose a tag to compare
@taoleicn taoleicn released this 18 May 16:12
· 3 commits to master since this release
a698784
  • Support GPU/CUDA inference in Torchscript model
  • Support post layer norm
  • Support custom init value for weight_c
  • Add unit tests for GPU inference
  • Add unit tests for backward()
  • Add more unit tests for Torchscript