Skip to content
This repository has been archived by the owner on Jul 18, 2024. It is now read-only.

slurm not loading experiments from cache #34

Closed
PythonFZ opened this issue Apr 28, 2023 · 0 comments
Closed

slurm not loading experiments from cache #34

PythonFZ opened this issue Apr 28, 2023 · 0 comments
Labels
bug Something isn't working p1-important

Comments

@PythonFZ
Copy link
Member

  • add
    tasks.setup_exp(dataclasses.asdict(entry))
    to the worker
  • future.add_done_callback(
    functools.partial(
    collect_and_cleanup,
    entry_dict=dataclasses.asdict(entry),
    infofile=infofile,
    )
    )
    might be slower than starting the new experiment? Maybe it doesn't work on slurm for some reason?
@PythonFZ PythonFZ added bug Something isn't working p1-important labels Apr 28, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working p1-important
Projects
None yet
Development

No branches or pull requests

1 participant