Got following error: finetuner.py: error: unrecognized arguments: --warmup-ratio=0.1
Finetuner.py associated with the repo looks fine. However, the argo template uses gooseai/finetuner for its default finetuner_image. I'm guessing that means that the container is running this finetuner.py instead of this finetuner.py.
Got following error:
finetuner.py: error: unrecognized arguments: --warmup-ratio=0.1Finetuner.py associated with the repo looks fine. However, the argo template uses
gooseai/finetunerfor its default finetuner_image. I'm guessing that means that the container is running this finetuner.py instead of this finetuner.py.