Skip to content

Commit

Permalink
Update 03_transpiling_a_tf_model.ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
vaatsalya123 authored Feb 21, 2024
1 parent 6a0129a commit 0b44ddc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guides/03_transpiling_a_tf_model.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
"# Transpile it into a torch.nn.Module with the corresponding parameters\n",
"ivy.set_soft_device_mode(True)\n",
"noise = tf.random.normal(shape=(1, 224, 224, 3))\n",
"torch_eff_encoder = ivy.transpile(eff_encoder, source="tensorflow", to="torch", args=(noise,), modes_to_trace="eval")",
"torch_eff_encoder = ivy.transpile(eff_encoder, source=\"tensorflow\", to=\"torch\", args=(noise,), modes_to_trace="eval")",
]
},
{
Expand Down

0 comments on commit 0b44ddc

Please sign in to comment.