Skip to content

Example and minor updates

Compare
Choose a tag to compare
@yoshitomo-matsubara yoshitomo-matsubara released this 26 Dec 01:43
· 570 commits to main since this release
80d6dec

Example updates

  • Restructure and make download=True (PR #190)
  • Make log_freq configurable for test (PR #191)
  • Refactor (PR #192)
  • Probably torch.cuda.synchronize() is no longer needed (PR #194)
  • Add an option to use teacher output (PR #195)
  • Replace no_grad with inference_mode (PR #199)

Minor updates

  • Add strict arg (PR #193)
  • Add assert error message (PR #196)
  • Check if ckpt file path is string (PR #197)
  • Check if batch images are instance of Tensor (PR #198)
  • Update version (PRs #189, #200)