r-three/git-theta

Parameter loading helper functions

開放

#171 建立於 2023年1月30日

 (0 則留言) (0 個反應) (0 位負責人)Python (8 個分叉)auto 404
good first issue

倉庫指標

星標
 (219 顆星)
PR 合併指標
 (PR 指標待抓取)

描述

We should add some helper functions that do things like read in parameters based on metadata, etc.

This would mainly be as debugging tools (easy way to load and inspect a parameter manually) but will probably be useful elsewhere too. They should probably let you stop at various points in the loading sequence (i.e. load the metadata, load the tar archive, load the dict with serialized values, load the dict with de-serialized values, load the whole parameter).

貢獻者指南