mewc-train v2.0.0
Version 2 Updates
The mewc-train
Docker image has been updated to version 2. Key updates include:
- Base Image: Uses the new
mewc-flow
base image featuringtensorflow/tensorflow:2.16.1-gpu
,CUDA
,cuDNN
, andJAX
. - Hugging Face Base Models: Start training off a base model from Hugging Face.
- Improved Training Control: New user configurable options to fine tune model training.
- Optional Validation Path: There is an option to specify separate paths for data|validation
VAL_PATH
and data|testTEST_PATH
. Doing so will keep test data isolated from hyper-parameter tuning leakage.