Right now it's very likely that our users could experience a preemption and the simple if tpu.usable technique wouldn't be sufficient to recover.
Maybe write a function decorator that will handle any preemption related errors within the owned method?
Another option is to just give more tutorial examples on how to do things properly.
Right now it's very likely that our users could experience a preemption and the simple
if tpu.usabletechnique wouldn't be sufficient to recover.Maybe write a function decorator that will handle any preemption related errors within the owned method?
Another option is to just give more tutorial examples on how to do things properly.