singnet / style-transfer-service

MIT License
5 stars 5 forks source link

error msg #26

Open luringen opened 5 years ago

luringen commented 5 years ago

Error: "Exception calling application: [Errno 2] No such file or directory: '/opt/singnet/style-transfer-service/service/original-lua-code/temp/contentimage_01_stylized_styleimage_01.jpg'"

ramongduraes commented 5 years ago

Hey @luringen, thanks for reporting the error! Can you provide the images / image urls you have used as input?

luringen commented 5 years ago

its the same with every picture i use try https://images.homedepot-static.com/productImages/e1b8c964-9cc4-42a6-b8c1-2fb805f65a96/svn/restored-wood-lifeproof-luxury-vinyl-planks-i106515l-64_1000.jpg

and

https://images.pexels.com/photos/326311/pexels-photo-326311.jpeg?auto=compress&cs=tinysrgb&dpr=1&w=500

=

Error: "Exception calling application: [Errno 2] No such file or directory: '/opt/singnet/style-transfer-service/service/original-lua-code/temp/contentimage_00_stylized_styleimage_00.jpg'"

ramongduraes commented 5 years ago

Hey @luringen

I've checked the logs and the error happened due to lack of GPU memory (it was being used at the time to develop a new service). I've added some code to return a better error message to the users.

That's an error we're aware of and we're working on implementing a queue for high GPU memory consuming services as well as using separate machines to train models and develop new services. I'll reference this issue as we make progress on that, thanks for reporting!