First commit

This commit is contained in:
Lorenzo 2019-04-01 21:34:43 +02:00
parent fa77030a0c
commit 86dbfc120a
5 changed files with 208 additions and 0 deletions

53
predictor/Untitled.ipynb Normal file
View file

@ -0,0 +1,53 @@
{
"cells": [
{
"cell_type": "code",
"execution_count": 4,
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"<tensorflow.python.client.session.Session object at 0x7fe921736b38>\n"
]
}
],
"source": [
"\n",
"import tensorflow as tf\n",
"\n",
"sess = tf.Session(config=tf.ConfigProto(log_device_placement=True))\n",
"print(sess)"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.7.2"
}
},
"nbformat": 4,
"nbformat_minor": 2
}