Saafke/FSRCNN_Tensorflow

First_error

weizhiliang0520 opened this issue · 3 comments

Traceback (most recent call last):
File "/content/FSRCNN_Tensorflow/main.py", line 2, in
import fsrcnn
File "/content/FSRCNN_Tensorflow/fsrcnn.py", line 8
def model(x, y, lr_size, scale, batch, lr, (d, s, m)):
^
SyntaxError: invalid syntax

when beginning, it's wrong.

Hello wei,
Do u solve it?
I have another problem when training the model.
When I set batch = 8 and have 800 images for training, it only train 50 iterations in a epoch.
I think 800/8 = 100, it should be 100, right?
Do you have this problem?
Thanks.

Hello wei, Do u solve it? I have another problem when training the model. When I set batch = 8 and have 800 images for training, it only trains 50 iterations in a epoch. I think 800/8 = 100, it should be 100, right? Do you have this problem? Thanks.

yeah, you are right!

Hello wei, Do u solve it? I have another problem when training the model. When I set batch = 8 and have 800 images for training, it only trains 50 iterations in a epoch. I think 800/8 = 100, it should be 100, right? Do you have this problem? Thanks.

yeah, you are right!

Hello wei, Do u solve it? I have another problem when training the model. When I set batch = 8 and have 800 images for training, it only train 50 iterations in a epoch. I think 800/8 = 100, it should be 100, right? Do you have this problem? Thanks.