Skip to content

Commit

Permalink
Update main.py
Browse files Browse the repository at this point in the history
Added fix from Issue titu1994#27 (comment)
  • Loading branch information
CaptainStabs authored Nov 6, 2020
1 parent 70b41fe commit 296b8cc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions main.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
import models
import argparse
import tensorflow as tf
import keras
keras.backend.set_image_data_format('channels_first')

parser = argparse.ArgumentParser(description="Up-Scales an image using Image Super Resolution Model")
parser.add_argument("imgpath", type=str, nargs="+", help="Path to input image")
Expand Down

0 comments on commit 296b8cc

Please sign in to comment.