Daniel Franco

Results 3 issues of Daniel Franco

I have reviewed the examples of fine tuning using paxml, are there examples of how to perform fine tuning in PyTorch? Using this model: google/timesfm-1.0-200m-pytorch

Greetings! Why is it necessary to iterate everything? Could a break be used instead of a pass? ```python for tbatch in tqdm(train_batches.as_numpy_iterator()): pass ``` or ```python for tbatch in tqdm(train_batches.as_numpy_iterator()):...

[Based on this conversation](https://github.com/google-research/timesfm/issues/180)