We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d75c37a commit 21967c6Copy full SHA for 21967c6
README.md
@@ -6,10 +6,16 @@ Wide+Deep learning Neural Network Tensorflow
6
Data used : Game of thrones data set from kaggle
7
8
Made by : ssaaveda & SoyGema
9
-Special thanks to : Baenans & Flipper83
+Special thanks to : Baenans , Flipper83 and Laura Morillo
10
11
You can find the codelab at https://soygema.github.io/TensorFlow-GOT/
12
13
+You can directly run the codelad in a docker container
14
+```
15
+docker pull tensorflow
16
+docker rum --rm -it -v $PWD:/model tensorflowgot/codelab --model_dir =/model
17
+docker run --rm -it -v $PWD:/model -p 6006:6006 tensorflow/tensorflow tensorboard --logdir=/model
18
19
20
For running this codelab, you should have installed in your machine
21
--Python 2.7 or Python 3
0 commit comments