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).

贡献者指南