Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
inoue0426 committed Nov 7, 2024
1 parent 237ac4a commit 0a8e7cf
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Tutorial.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -252,9 +252,9 @@
}
],
"source": [
"test[4] = np.array([9])\n",
"test[5] = np.array([292])\n",
"test[6] = torch.tensor([1])\n",
"test[4] = np.array([9]) # drug index\n",
"test[5] = np.array([292]) # cell index\n",
"test[6] = torch.tensor([1]) # label\n",
"test"
]
},
Expand Down Expand Up @@ -291,9 +291,9 @@
],
"metadata": {
"kernelspec": {
"display_name": "Python 3 (ipykernel)",
"display_name": "torch",
"language": "python",
"name": "python3"
"name": "torch"
},
"language_info": {
"codemirror_mode": {
Expand Down

0 comments on commit 0a8e7cf

Please sign in to comment.