pytti-core icon indicating copy to clipboard operation
pytti-core copied to clipboard

Refactor loss plumbing

Open dmarx opened this issue 3 years ago • 1 comments

  • [x] eliminated superflous TargetImage constructor
  • [ ] cleanup debugging statements
  • [ ] wherever possible, init tensors on devices instead of transferring

dmarx avatar Jun 15 '22 08:06 dmarx

TargetImage constructor deprecation should be good to go, should clean out some debugging messages and maybe also unnecessary(?) device assignments that were added after 96eaae2.

dmarx avatar Jun 16 '22 00:06 dmarx