Skip to content

Commit 3262ee4

Browse files
committed
update formatting
1 parent 79009d3 commit 3262ee4

File tree

1 file changed

+6
-26
lines changed

1 file changed

+6
-26
lines changed

examples/Fog_X Demo.ipynb

Lines changed: 6 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,10 @@
1010
"In this demo, we show how to use Fog-X to collect and manage your robotics learning dataset. We show the following aspects of the Fog-X: \n",
1111
"* Support for existing Open-X datasets\n",
1212
"* Data Analytics and Management \n",
13-
"* Use for Pytorch Learning, Export and Share with Open-X(rlds) and HuggingFace\n",
14-
"We also compare the disk saving of Fog-X at the end "
13+
"* Use for Pytorch Learning\n",
14+
"* Export and Share with Open-X (Tensorflow rlds) and HuggingFace\n",
15+
"\n",
16+
"We also compare the disk saving (43\\%!) of Fog-X at the end."
1517
]
1618
},
1719
{
@@ -47,32 +49,10 @@
4749
},
4850
{
4951
"cell_type": "code",
50-
"execution_count": 3,
52+
"execution_count": null,
5153
"id": "f52d6801",
5254
"metadata": {},
53-
"outputs": [
54-
{
55-
"name": "stderr",
56-
"output_type": "stream",
57-
"text": [
58-
"2024-04-10 05:55:23.407831: I tensorflow/core/platform/cpu_feature_guard.cc:210] This TensorFlow binary is optimized to use available CPU instructions in performance-critical operations.\n",
59-
"To enable the following instructions: AVX2 AVX512F FMA, in other operations, rebuild TensorFlow with the appropriate compiler flags.\n",
60-
"2024-04-10 05:55:25.093129: W tensorflow/compiler/tf2tensorrt/utils/py_utils.cc:38] TF-TRT Warning: Could not find TensorRT\n",
61-
"2024-04-10 05:55:26.119965: W external/local_tsl/tsl/platform/cloud/google_auth_provider.cc:184] All attempts to get a Google authentication bearer token failed, returning an empty token. Retrieving token from files failed with \"NOT_FOUND: Could not locate the credentials file.\". Retrieving token from GCE failed with \"FAILED_PRECONDITION: Error executing an HTTP request: libcurl code 6 meaning 'Couldn't resolve host name', error details: Could not resolve host: metadata.google.internal\".\n",
62-
"2024-04-10 05:55:42.883933: W tensorflow/core/framework/local_rendezvous.cc:404] Local rendezvous is aborting with status: OUT_OF_RANGE: End of sequence\n",
63-
"2024-04-10 05:55:58.639679: W tensorflow/core/framework/local_rendezvous.cc:404] Local rendezvous is aborting with status: OUT_OF_RANGE: End of sequence\n",
64-
"2024-04-10 05:56:15.328568: W tensorflow/core/framework/local_rendezvous.cc:404] Local rendezvous is aborting with status: OUT_OF_RANGE: End of sequence\n",
65-
"2024-04-10 05:56:36.827206: W tensorflow/core/framework/local_rendezvous.cc:404] Local rendezvous is aborting with status: OUT_OF_RANGE: End of sequence\n",
66-
"2024-04-10 05:57:07.586553: W tensorflow/core/framework/local_rendezvous.cc:404] Local rendezvous is aborting with status: OUT_OF_RANGE: End of sequence\n",
67-
"2024-04-10 05:57:28.671534: W tensorflow/core/framework/local_rendezvous.cc:404] Local rendezvous is aborting with status: OUT_OF_RANGE: End of sequence\n",
68-
"2024-04-10 05:57:51.859226: W tensorflow/core/framework/local_rendezvous.cc:404] Local rendezvous is aborting with status: OUT_OF_RANGE: End of sequence\n",
69-
"2024-04-10 05:58:15.528222: W tensorflow/core/framework/local_rendezvous.cc:404] Local rendezvous is aborting with status: OUT_OF_RANGE: End of sequence\n",
70-
"2024-04-10 05:58:32.790615: W tensorflow/core/framework/local_rendezvous.cc:404] Local rendezvous is aborting with status: OUT_OF_RANGE: End of sequence\n",
71-
"2024-04-10 05:58:51.843846: W tensorflow/core/framework/local_rendezvous.cc:404] Local rendezvous is aborting with status: OUT_OF_RANGE: End of sequence\n",
72-
"2024-04-10 05:58:53.939596: W tensorflow/core/framework/local_rendezvous.cc:404] Local rendezvous is aborting with status: OUT_OF_RANGE: End of sequence\n"
73-
]
74-
}
75-
],
55+
"outputs": [],
7656
"source": [
7757
"dataset.load_rtx_episodes(\n",
7858
" name=\"berkeley_autolab_ur5\",\n",

0 commit comments

Comments
 (0)