-
Notifications
You must be signed in to change notification settings - Fork 172
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Where I can I get the WeldData csv dataset? #62
Comments
Hey @VirtualVsMachine , Did you find this? |
I did notOn Feb 21, 2024, at 10:10 PM, Timilehin Ayanlade ***@***.***> wrote:
Hey @VirtualVsMachine , Did you find this?
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you were mentioned.Message ID: ***@***.***>
|
For the
This would be one file that contains 2 samples (time series), each with its own unique ID. The first sample here has a sequence length of 3, and the second one a sequence length of 2. Rows with the same ID correspond to the same sample (time series). You can have several such |
I am struggling to get a working data class set up using the template. I believe it may be the structure of my data. I was hoping to get the WeldData csv to see how my format may be different.
Any help is appreciated.
Banging my head against the wall trying to debug:
File "C:\Users\steve\OneDrive\Desktop\VsMachine\EXPERIMENTAL_MODELS\MVTS TRANSFORMER\src\datasets\dataset.py", line 115, in collate_superv
X[i, :end, :] = features[i][:end, :]
IndexError: too many indices for tensor of dimension 1
The text was updated successfully, but these errors were encountered: