質問編集履歴
1
著作権
title
CHANGED
File without changes
|
body
CHANGED
@@ -10,6 +10,9 @@
|
|
10
10
|
```Python
|
11
11
|
# -*- coding: utf-8 -*-
|
12
12
|
|
13
|
+
#Copyright (c) 2017, Gabriel Eilertsen.
|
14
|
+
#All rights reserved.
|
15
|
+
|
13
16
|
import os, sys
|
14
17
|
import tensorflow as tf
|
15
18
|
import tensorlayer as tl
|