IBM / MAX-Image-Resolution-Enhancer

Upscale an image by a factor of 4, while generating photo-realistic details.
https://developer.ibm.com/exchanges/models/all/max-image-resolution-enhancer/
Apache License 2.0
984 stars 155 forks source link

docker image is not installing #46

Open rvencu opened 3 years ago

rvencu commented 3 years ago

Following instructions for local deployment:


#10 0.248 sha512sum: 'assets/SRGAN/model.data-00000-of-00001'$'\r': No such file or directory
: FAILED open or read'assets/SRGAN/model.index'$'\r'assets/SRGAN/model.data-00000-of-00001
#10 0.248 : No such file or directory
: FAILED open or readN/model.index
#10 0.248 sha512sum: 'assets/SRGAN/model.meta'$'\r': No such file or directory
: FAILED open or readN/model.meta
#10 0.248 sha512sum: WARNING: 3 listed files could not be read
------
executor failed running [/bin/sh -c sha512sum -c sha512sums.txt]: exit code: 1```
bdwyer2 commented 3 years ago

Can you verify that the assets.tar.gz file was downloaded? (line 22 of the Dockerfile)

xuhdev commented 3 years ago

Are you using Windows and turned on git auto end of line conversion? You can disable it and try again: https://troyready.com/blog/git-windows-dont-convert-line-endings.html

rvencu commented 3 years ago

Thanks. Decided to switch to linux box, still waiting for the hardware delivery then I will resume fresh.