From 42d0f53b21f220781c3f146a8f6b5e4861b70e94 Mon Sep 17 00:00:00 2001 From: Sam Armstrong <88863522+Sam-Armstrong@users.noreply.github.com> Date: Mon, 30 Sep 2024 10:03:03 +0100 Subject: [PATCH] fix --- ivy_tests/test_integrations/helpers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ivy_tests/test_integrations/helpers.py b/ivy_tests/test_integrations/helpers.py index 93dd4232b620..9d9c7c699a78 100644 --- a/ivy_tests/test_integrations/helpers.py +++ b/ivy_tests/test_integrations/helpers.py @@ -9,7 +9,7 @@ jax.config.update("jax_enable_x64", True) -# jax_kornia = ivy.transpile(kornia, source="torch", target="jax") +jax_kornia = ivy.transpile(kornia, source="torch", target="jax") # np_kornia = ivy.transpile(kornia, source="torch", target="numpy") tf_kornia = ivy.transpile(kornia, source="torch", target="tensorflow")