Closed JerryDaHeLian closed 1 year ago
This is solely to identify any potential bugs in the validation function that might disrupt the training. If this occurs, we can detect it immediately rather than 10 hours later during the training run's first validation.
This is solely to identify any potential bugs in the validation function that might disrupt the training. If this occurs, we can detect it immediately rather than 10 hours later during the training run's first validation.
Thank you for your reply! But important point is “If the integrity check fails, there is no feedback for this code in the tinyllama.py:” ,I found that even if there was an error, there was no output in the validate Function body。
If the integrity check fails, there is no feedback for this code in the tinyllama.py: def train(fabric, state, train_dataloader, val_dataloader, monitor, resume): model = state["model"] optimizer = state["optimizer"]
Will this code continue to be improved in the future?