You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi.
I wanna try regression task similar to prsa.
For prsa, I understand the data for training is prepared in dataset/prsa.py.
For other new regression task, where and how can I set the target value and feature data?
The text was updated successfully, but these errors were encountered:
I need that i guess because the model is sharded when saved in my case.
It seems like to generate the dataset, load the model and predict. The the output is of shape (dset_size, seq_len*ncols, vocab_size) which i think can be reshaped to (dset_size, seq_len, -1) for prediction.
I think from there you simply pass the dataloader return_labels=True and then run a regression task somehow.
I would love any tips from the authors if possible.
Hi.
I wanna try regression task similar to prsa.
For prsa, I understand the data for training is prepared in
dataset/prsa.py
.For other new regression task, where and how can I set the target value and feature data?
The text was updated successfully, but these errors were encountered: