Code Monkey home page Code Monkey logo

73res_superresolution's People

Contributors

holycaonima avatar

Stargazers

 avatar

Watchers

 avatar

73res_superresolution's Issues

TypeError: Expected int32 passed to parameter 'size' of op 'ResizeBilinear', got [16.0, 16.0] of type 'list' instead.

Traceback (most recent call last):
File "C:/Users/Administrator/Desktop/73Res_SuperResolution-master/main.py", line 129, in
main()
File "C:/Users/Administrator/Desktop/73Res_SuperResolution-master/main.py", line 97, in main
sr = SR(FLAGS.version, FLAGS.batch_size, FLAGS.learning_rate, FLAGS.data_directory, FLAGS.valid_directory, os.path.join(FLAGS.working_directory, "log"))
File "C:\Users\Administrator\Desktop\73Res_SuperResolution-master\sr.py", line 26, in init
self._build_graph()
File "C:\Users\Administrator\Desktop\73Res_SuperResolution-master\sr.py", line 78, in _build_graph
self.queue_low_out = tf.image.resize_bilinear(self.queue_low, [self.img_size[0]/4,self.img_size[1]/4])
File "E:\Anaconda3\lib\site-packages\tensorflow\python\ops\gen_image_ops.py", line 761, in resize_bilinear
align_corners=align_corners, name=name)
File "E:\Anaconda3\lib\site-packages\tensorflow\python\framework\op_def_library.py", line 499, in apply_op
repr(values), type(values).name))
TypeError: Expected int32 passed to parameter 'size' of op 'ResizeBilinear', got [16.0, 16.0] of type 'list' instead.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.