Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
minor update
  • Loading branch information
xandie985 authored Jan 23, 2025
1 parent 94ad569 commit f501a55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1158,7 +1158,7 @@ x2 = tf.random.normal((5, 3, 4, 4))
# Module is provided -> transpilation happens lazily
tf_kornia = ivy.transpile(kornia, source="torch", target="tensorflow")

# The transpilation is initialized here, and this function is converted to tensorflwo
# The transpilation is initialized here, and this function is converted to tensorflow
ret = tf_kornia.color.rgb_to_grayscale(x2)

# Transpilation has already occurred, the tensorflow function runs efficiently
Expand Down

0 comments on commit f501a55

Please # to comment.