たれぱんのびぼーろく

わたしの備忘録、生物学とプログラミングが多いかも

2021-01-06から1日間の記事一覧

streamimg IO latency

前提: RTF < 1 sr = n (step/sec) # AR: i sec/forward (step) 前提より i < 1/n streaming_io_latency_ar = forward = i i (<1/n) NAR: j sec/forward (batch) b step/batch => n/b batch/sec 前提より j < b/n NARはbufferingと切り捨てが可能. このとき 0…

PyTorchラッパーとCheckpointing

※CoI: PyTorch-Lightning のcontributor (Checkpointing周り) です 比較 wrapper checkpoint local/remote resume/nullable Catalyst ☑ ☑ / □ ☑ / ? Lightning ☑ ☑ / ☑ ☑ / ☑ Ignite ☑ ☑ / △ ☑ / ? △: no direct support, but implementable (handler argume…