Closed ArturoDeza closed 8 years ago
When using image.display(image.lena()), it shows grace hopper. As a suggestion, possible creating a new image.grace() function would be better.
image.display(image.lena())
image.grace()
I was also curious about this. Is it a joke? :smile:
You can see https://github.com/torch/nn/issues/854.
"we've removed lena. we cant change the name because of breaking API"
When using
image.display(image.lena())
, it shows grace hopper. As a suggestion, possible creating a newimage.grace()
function would be better.