Skip to content
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

Questions about your code #2

Open
JunetaeKim opened this issue Jan 13, 2022 · 1 comment
Open

Questions about your code #2

JunetaeKim opened this issue Jan 13, 2022 · 1 comment

Comments

@JunetaeKim
Copy link

Running your code causes two problems.

In the line, soft_dtw_distance = batch_soft_dtw(a, b, gamma=0.01, metric="L1"), the code is not executed because no warp is given.

I put a warp value and ran the code, but I had the following error message.
'('custom_gradient function expected to return', 2, 'gradients but returned', 1, 'instead.')'

I tested the code based tf 2.3 and tf_nightly 2.5, and got the same error.

@JayKumarr
Copy link

JayKumarr commented Mar 8, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants