XiangkunYe / Tensorflow-Application-Generator

4 stars 4 forks source link

Large Amount of User Request issue #22

Open alexlin0625 opened 5 years ago

alexlin0625 commented 5 years ago

Handling large amount of user requests and traffic is always essential for web developer. Since your project is heavily build upon website. It would be a tough challenge since training a deep learning model would request a lot of computing resource. So far I haven’t found related codes for solving this issue

  1. What would you do if 100 or more users upload their data while waiting for the trained model in the same time?
  2. Will you train them one by one or parallel processing? Which method can optimize the efficiency.