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

marius_predict & marius_postprocess having bad assumption on value of general.experiment_name #67

Closed AnzeXie closed 3 years ago

AnzeXie commented 3 years ago

Describe the bug Currently, marius_predict and marius_postprocess assume "marius" as the value of general.experiment_name. If other values are used, these two tools would not work.

To Reproduce Steps to reproduce the behavior:

  1. Run an experiment with the configuration parameter general.experiment_name other than "marius"
  2. Run marius_predict or marius_postprocess
  3. See error

Expected behavior Multiple experiments with different general.experiment_name can have separate directories under the base directory (default to data/) for trained data. marius_predict and marius_postprocess should be able to handle directories created by different experiments.

Environment Any environment will have this issue.

shivaram commented 3 years ago

Could you clarify what is an experiment name? How can a user set an experiment name