torch-dreams v2.0.2
Updates:
auto_image_param
instances can be saved as images withimage_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