RasmussenLab/MOVE

Expected MOVE tutorial runtime?

fotiniak opened this issue · 2 comments

Hi, congrats on this great tool.

I am currently following the tutorial and trying to familiarize myself with MOVE.
How long should I expect the tutorial runtime to be using the random_small dataset?

System specifications:
RAM: 16 GB
Processor: 11th Gen Intel(R) Core(TM) i5-1145G7 @ 2.60GHz, 2611 Mhz, 4 Core(s), 8 Logical Processor(s)

Many thanks,
Foteini

for nHidden, nLatent, nl, drop, b, batch_size, r in iters:

maybe here a tqdm would be great for commandline execution

Hi Foteini. For the tutorial dataset, it should take a bit less than an hour (with the default settings). Runtime can be shortened by changing (for instance) the batch size, but this also affects predictions.

Each run should generate a log file, so you can keep track of what is being done.