Skip to content

Commit

Permalink
release for TF1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
zsdonghao committed Jun 18, 2017
1 parent cf51300 commit e4a10cb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Super Resolution Examples

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


### SRGAN Architecture
Expand Down
12 changes: 4 additions & 8 deletions model.py
Original file line number Diff line number Diff line change
@@ -1,17 +1,13 @@
#! /usr/bin/python
# -*- coding: utf8 -*-

# import dial_nn
import tensorflow as tf
import tensorlayer as tl
from tensorlayer.layers import *


from tensorflow.python.ops.rnn_cell_impl import _RNNCell as RNNCell
from tensorflow.python.ops import variable_scope as vs
from tensorflow.python.ops import math_ops, init_ops, array_ops, nn
from tensorflow.python.util import nest
from tensorflow.contrib.rnn.python.ops import core_rnn_cell
# from tensorflow.python.ops import variable_scope as vs
# from tensorflow.python.ops import math_ops, init_ops, array_ops, nn
# from tensorflow.python.util import nest
# from tensorflow.contrib.rnn.python.ops import core_rnn_cell

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

Expand Down

0 comments on commit e4a10cb

Please sign in to comment.