Skip to content

Commit

Permalink
fix: no 'source' arg provided to ivy.transpile in quickstart.ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam-Armstrong authored Aug 2, 2024
1 parent fa1b41a commit a530f55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quickstart.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -736,7 +736,7 @@
"outputs": [],
"source": [
"input_array = tf.random.normal((1, 28, 28, 3))\n",
"torch_model = ivy.transpile(model, to=\"torch\", args=(input_array,))"
"torch_model = ivy.transpile(model, source=\"tensorflow\", to=\"torch\", args=(input_array,))"
]
},
{
Expand Down

0 comments on commit a530f55

Please sign in to comment.