Skip to content

Instantly share code, notes, and snippets.

@kiransair
Created December 22, 2023 10:50
Show Gist options
  • Save kiransair/28ca3d2781702aecfa68bf1dfd80eacc to your computer and use it in GitHub Desktop.
Save kiransair/28ca3d2781702aecfa68bf1dfd80eacc to your computer and use it in GitHub Desktop.
TF_Forum_20954.ipynb
Display the source blob
Display the rendered blob
Raw
{
"nbformat": 4,
"nbformat_minor": 0,
"metadata": {
"colab": {
"provenance": [],
"authorship_tag": "ABX9TyNOj0B/m0DTXNNRAn8KNta0",
"include_colab_link": true
},
"kernelspec": {
"name": "python3",
"display_name": "Python 3"
},
"language_info": {
"name": "python"
}
},
"cells": [
{
"cell_type": "markdown",
"metadata": {
"id": "view-in-github",
"colab_type": "text"
},
"source": [
"<a href=\"https://colab.research.google.com/gist/kiransair/28ca3d2781702aecfa68bf1dfd80eacc/tf_forum_20954.ipynb\" target=\"_parent\"><img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/></a>"
]
},
{
"cell_type": "code",
"execution_count": 1,
"metadata": {
"id": "KyySJPVuJQJD"
},
"outputs": [],
"source": [
"import tensorflow as tf"
]
},
{
"cell_type": "code",
"source": [
"print(tf.__version__)"
],
"metadata": {
"colab": {
"base_uri": "https://localhost:8080/"
},
"id": "v58Ln6yRJSyA",
"outputId": "e53966e7-84d7-409f-ad85-d8ff2a121f83"
},
"execution_count": 2,
"outputs": [
{
"output_type": "stream",
"name": "stdout",
"text": [
"2.15.0\n"
]
}
]
},
{
"cell_type": "code",
"source": [
"!pip list | grep protobuf"
],
"metadata": {
"colab": {
"base_uri": "https://localhost:8080/"
},
"id": "PWvUC7YqJUip",
"outputId": "dbcd8291-43a0-4cf0-8f3d-6ee02312a046"
},
"execution_count": 3,
"outputs": [
{
"output_type": "stream",
"name": "stdout",
"text": [
"protobuf 3.20.3\n"
]
}
]
},
{
"cell_type": "code",
"source": [],
"metadata": {
"id": "VtGyQuwDJU3v"
},
"execution_count": null,
"outputs": []
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment