Eval on C4?
Closed this issue · 1 comments
tjingrant commented
Hello, thanks for developing this great project!
I wonder why by default MaxText does not return eval iterator, i.e., why is the second parameter None? This is at least the case for when dataset type is tfds. I wonder what should I do to enable eval during training?
Would it be okay if I simply return the eval_iter returned by preprocess_dataset as in below? From my experiments this modification does not work out of the box; but wonder if this is the right direction.