Skip to content

Obsolete references to --experiment-dir removed evo2 parameter #1128

@MaozGelbart

Description

@MaozGelbart

Hi, thanks for the framework!

--experiment-dir parameter of train_evo2 command was removed as part of #740, but there are still some references to it:

To supply a pre-trained checkpoint, pass the NeMo2 checkpoint directory to `--ckpt-dir`, and the script will dump newly trained checkpoints and logs to `--experiment-dir`. However, if there are existing well-defined checkpoints in the directory specified by `--experiment-dir`, the script will automatically resume training from the most recent checkpoint in the experiment directory instead of starting from the checkpoint specified by `--ckpt-dir`, which streamlines long training sessions. (To disable this behavior, supply a new or clean `--experiment-dir` when restarting from `--ckpt-dir`.)

--experiment-dir=/workspace/bionemo2/model/checkpoints/${EXPERIMENT_NAME} \

It's probably best to remove or alter these obsolete references.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions