-
Notifications
You must be signed in to change notification settings - Fork 2
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
Semantic enhancement #7
Comments
In the run_train.py file, please check from lines 150 to 170. Best, |
Thank you very much! If the tensor shape is (B,T,N,D), how should I deal with this...? Conv1d just can be used for 3D data.
Obliviate
***@***.***
…------------------ 原始邮件 ------------------
发件人: "zouguojian/STGIN" ***@***.***>;
发送时间: 2024年10月24日(星期四) 下午4:27
***@***.***>;
***@***.******@***.***>;
主题: Re: [zouguojian/STGIN] Semantic enhancement (Issue #7)
In the run_train.py file, please check from lines 150 to 170.
Best,
Guojian
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
you can use like Pytorch function to transpose the shape position. I mean, you can check the similar function to use in tensorflow。 Best, |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
hello, where is the code of the part of Semantic enhancement ?
thanks for your reply.
The text was updated successfully, but these errors were encountered: