Skip to content

Commit e4a10cb

Browse files
committed
release for TF1.2
1 parent cf51300 commit e4a10cb

File tree

2 files changed

+5
-9
lines changed

2 files changed

+5
-9
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Super Resolution Examples
22

3-
We run this script under TensorFlow 1.1 and the self-contained TensorLayer. If you got error, you may need to update TensorLayer.
3+
We run this script under TensorFlow 1.2 and the self-contained TensorLayer. If you got error, you may need to update TensorLayer.
44

55

66
### SRGAN Architecture

model.py

+4-8
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,13 @@
11
#! /usr/bin/python
22
# -*- coding: utf8 -*-
33

4-
# import dial_nn
54
import tensorflow as tf
65
import tensorlayer as tl
76
from tensorlayer.layers import *
8-
9-
10-
from tensorflow.python.ops.rnn_cell_impl import _RNNCell as RNNCell
11-
from tensorflow.python.ops import variable_scope as vs
12-
from tensorflow.python.ops import math_ops, init_ops, array_ops, nn
13-
from tensorflow.python.util import nest
14-
from tensorflow.contrib.rnn.python.ops import core_rnn_cell
7+
# from tensorflow.python.ops import variable_scope as vs
8+
# from tensorflow.python.ops import math_ops, init_ops, array_ops, nn
9+
# from tensorflow.python.util import nest
10+
# from tensorflow.contrib.rnn.python.ops import core_rnn_cell
1511

1612
# https://github.com/david-gpu/srez/blob/master/srez_model.py
1713

0 commit comments

Comments
 (0)