Skip to content

Commit 0f9ec2f

Browse files
author
Joshua Mayanja
committed
Changed Pickel
1 parent f2c4a74 commit 0f9ec2f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

nbs/Convert Datasets to Vectors.ipynb

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -214,8 +214,8 @@
214214
"name": "stderr",
215215
"output_type": "stream",
216216
"text": [
217-
"2022-05-11 11:52:15.130692: W tensorflow/stream_executor/platform/default/dso_loader.cc:64] Could not load dynamic library 'libcudart.so.11.0'; dlerror: libcudart.so.11.0: cannot open shared object file: No such file or directory; LD_LIBRARY_PATH: /usr/lib/mesa-diverted/x86_64-linux-gnu:/usr/lib/x86_64-linux-gnu/mesa:/usr/lib/x86_64-linux-gnu/dri:/usr/lib/x86_64-linux-gnu/gallium-pipe\n",
218-
"2022-05-11 11:52:15.130748: I tensorflow/stream_executor/cuda/cudart_stub.cc:29] Ignore above cudart dlerror if you do not have a GPU set up on your machine.\n"
217+
"2022-05-11 14:42:14.142942: W tensorflow/stream_executor/platform/default/dso_loader.cc:64] Could not load dynamic library 'libcudart.so.11.0'; dlerror: libcudart.so.11.0: cannot open shared object file: No such file or directory; LD_LIBRARY_PATH: /usr/lib/mesa-diverted/x86_64-linux-gnu:/usr/lib/x86_64-linux-gnu/mesa:/usr/lib/x86_64-linux-gnu/dri:/usr/lib/x86_64-linux-gnu/gallium-pipe\n",
218+
"2022-05-11 14:42:14.143000: I tensorflow/stream_executor/cuda/cudart_stub.cc:29] Ignore above cudart dlerror if you do not have a GPU set up on your machine.\n"
219219
]
220220
}
221221
],
@@ -373,6 +373,7 @@
373373
" \"max_seq_length\": MAX_SEQ_LENGTH,\n",
374374
" \"label_legend\": label_legend,\n",
375375
" \"label_legend_inverted\": label_legend_inverted,\n",
376+
" \"tokenizer\": tokenizer\n",
376377
"}\n",
377378
"\n",
378379
"tokenizer_json = tokenizer.to_json()\n",

0 commit comments

Comments
 (0)