You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the next version it will be possible to manage almost everything from the configuration itself. However, since we use the HuggingFace Trainer and it requires that we always specify the --output_dir, for now we can simplify the command as:
As an idea -
The setup script relies on the config file
multimodalhugs-setup \ --modality "pose2text" \ --config_path signwriting_transcription/config.yaml
Now that the training script can also just rely on the config file, how about the following?
It can automatically figure out these parameters
And take everything else from the config.
OPTIONALLY the user could also specify more parameters (for example,
learning_rate
) but they should probably all go in the configThe text was updated successfully, but these errors were encountered: