first-order-model icon indicating copy to clipboard operation
first-order-model copied to clipboard

use this program in my own application

Open ElmiraNa opened this issue 4 years ago • 2 comments

I try to use the first order model in my own web app. I wrote an api based on flask. For one request it takes about 30 seconds to compute the output for a 8 seconds video. But when I send two requests (I mean 2 parallel requests of two users) for animate the video, my GPU could not handle it. It says my cuda is out of memory. My gpu device is nvidia geforce gtx 1060 6GB. Does any one has same experience? let me know how do you use it in your own program and how do you manage parallel requests?

ElmiraNa avatar Jul 22 '21 09:07 ElmiraNa

@AliaksandrSiarohin would you please guide me

ElmiraNa avatar Jul 25 '21 10:07 ElmiraNa

Hi,I also try to use the first order model in my own web app. but I do't know how to write an api base on flask, can you help here?

lilingdu avatar Mar 05 '22 02:03 lilingdu