marius-team / marius

Large scale graph learning on a single machine.
https://marius-project.org
Apache License 2.0
160 stars 45 forks source link

Store model params in different directory #88

Closed basavaraj29 closed 2 years ago

basavaraj29 commented 2 years ago

introduced a model_dir attr in storage config. If not specified, it takes the value of <base_directory>/model_x/.

Model parameters will now be stored in model_x/ directory. when model_dir is not specified, upto 11 different models can be stored at any given time, post which it will overwrite in model_10/ folder. If model_dir is specified, params will be stored there.