たれぱんのびぼーろく

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

状態の復元(restore・load)

状態を復元する: restore/load states

  • 状態の読み込み/read states (files)
    • local/remote
    • 対応形式
    • 失敗時の対応
      • エラー
      • fail properly -> from scratch
  • 状態の適用/ load? restore? apply? states

Python PyTorch-Lightning (DeepLearning framework's wrapper)
local/remote read: fsspec -> s3fs -> boto
apply states: (simply) assign object