Skip to content

Commit

Permalink
Update operator_custom_with_taichi.ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
Routhleck committed Nov 16, 2023
1 parent 4bb6718 commit a3f73df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorial_advanced/operator_custom_with_taichi.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"Brain dynamics is sparse and event-driven, however, proprietary operators for brain dynamics are not well abstracted and summarized. As a result, we are often faced with the need to customize operators. In this tutorial, we will explore how to customize brain dynamics operators using ti.\n",
"Brain dynamics is sparse and event-driven, however, proprietary operators for brain dynamics are not well abstracted and summarized. As a result, we are often faced with the need to customize operators. In this tutorial, we will explore how to customize brain dynamics operators using taichi.\n",
"\n",
"Start by importing the relevant Python package."
]
Expand Down

0 comments on commit a3f73df

Please sign in to comment.