use this program in my own application
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?
@AliaksandrSiarohin would you please guide me
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?