Skip to content

torch-dreams v2.0.2

Compare
Choose a tag to compare
@Mayukhdeb Mayukhdeb released this 28 Mar 16:55
· 161 commits to master since this release

Updates:

  • auto_image_param instances can be saved as images with image_param.save('image.jpg')
  • Fixed random crashes on google colab
  • dreamer.get_snapshot() now in testing
  • feedback loops now don't modify the original image parameter. Uses a deepcopy instead