TUM-DAML / seml

SEML: Slurm Experiment Management Library
Other
165 stars 29 forks source link

Questions: MongoDB #102

Closed AaronSpieler closed 1 year ago

AaronSpieler commented 1 year ago

Hello,

sry for the possibly ignorant question:

Is it possible to run the library without MongoDB installed?

Best, Aaron

n-gao commented 1 year ago

Hi Aaron,

unfortunately, no. We use the MongoDB to manage the state of experiments. This management is deeply integrated into seml. Redefining it to work with files would a) be a considerable effort and b) result in significantly slower runtimes. The FileStorageObserver you've found can be used for additional logging for running experiments but does not replace the MongoDB for experiment management.

AaronSpieler commented 1 year ago

Hi,

thx for the reply! Ok, I see, np.

Best, Aaron