You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#282 proceeds. Reason: It allows us reduce dependency from model_io. Model io keeps innformation about the saved state only, not embeddings and vocabularies as it was before.
move get_model_embedding_filepath and get_model_vocab_filepath
remove exp_ctx dependency from EmbeddingIO. (model_io)
remove ExperimentContext since it includes only model_io.
remove BaseModelIO then
Here, it shows that we just pass its contents to EmbeddingIO. Nothing special from ModelIO side:
#282 proceeds.
Reason: It allows us reduce dependency from model_io. Model io keeps innformation about the saved state only, not embeddings and vocabularies as it was before.
get_model_embedding_filepath
andget_model_vocab_filepath
exp_ctx
dependency from EmbeddingIO. (model_io
)ExperimentContext
since it includes onlymodel_io
.BaseModelIO
thenHere, it shows that we just pass its contents to
EmbeddingIO
. Nothing special fromModelIO
side:AREkit/arekit/contrib/networks/core/model_io.py
Lines 59 to 63 in 5803b45
The text was updated successfully, but these errors were encountered: