gabrielelanaro / ml-prototypes

A repository of machine learning prototypes
MIT License
10 stars 6 forks source link

added AJAX retry upon error #53

Closed FraPochetti closed 5 years ago

FraPochetti commented 5 years ago

Now AJAX retries up to 4 times before giving up. Downside: each time we send a POST request to the backend, a GPU instance is spun up.