Deepomatic / deepomatic-client-python

Python Client
Other
14 stars 0 forks source link

Add some sensible retry for NN uploads #91

Open thomas-riccardi opened 3 years ago

thomas-riccardi commented 3 years ago

We previously explicitly choose to not do retry on error for NN uploads. Errors do happen and it's a shame to lose a full training for a temporary upload error.

However, we should have specific settings for that large upload:

thomas-riccardi commented 3 years ago

See https://github.com/Deepomatic/vulcan/issues/1589