File tree Expand file tree Collapse file tree 2 files changed +5
-9
lines changed Expand file tree Collapse file tree 2 files changed +5
-9
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 11#! /usr/bin/python
22# -*- coding: utf8 -*-
33
4- # import dial_nn
54import tensorflow as tf
65import tensorlayer as tl
76from 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
You can’t perform that action at this time.
0 commit comments