Skip to content

Instantly share code, notes, and snippets.

@hugozanini
Created March 25, 2023 20:27
Show Gist options
  • Save hugozanini/96f069bbe4fa87d06e8751e63cd610ea to your computer and use it in GitHub Desktop.
Save hugozanini/96f069bbe4fa87d06e8751e63cd610ea to your computer and use it in GitHub Desktop.
Display the source blob
Display the rendered blob
Raw
{
"nbformat": 4,
"nbformat_minor": 0,
"metadata": {
"colab": {
"provenance": []
},
"kernelspec": {
"name": "python3",
"display_name": "Python 3"
},
"language_info": {
"name": "python"
}
},
"cells": [
{
"cell_type": "code",
"source": [
"%%capture\n",
"!pip install -U onnx\n",
"!pip install -U onnxruntime\n",
"!pip install -U onnx-tf\n",
"!pip install -U tensorflow-addons\n",
"!pip install -U tensorflowjs\n",
"!pip install -U simple-onnx-processing-tools\n",
"!pip install -U nvidia-pyindex\n",
"!pip install -U onnx-graphsurgeon\n",
"!pip install -U tensorflow-probability\n",
"!pip install -U pyarrow"
],
"metadata": {
"id": "1wlCFrgJyFXe"
},
"execution_count": null,
"outputs": []
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment