Giter Site home page Giter Site logo

deblur-network's Introduction

  • ๐Ÿ“–: Interested in ML
  • โค๏ธ Open Source
  • ๐Ÿ–๏ธ reach me [email protected]
  • ๐Ÿ‘ฑโ€โ™‚๏ธ: Unlearning

deblur-network's People

Contributors

anish9 avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

kshitij86

deblur-network's Issues

ValueError: Graph disconnected: cannot obtain value for tensor Tensor("rdbs8_conv2/Relu:0",...) at layer "concatenate_42")

When executing the inference file, I'll recieve the following error:

ValueError: Graph disconnected: cannot obtain value for tensor Tensor("rdbs8_conv2/Relu:0", shape=(?, ?, ?, 32), dtype=float32) at layer "concatenate_42". The following previous layers were accessed without issue: ['input_1', 'convg_1', 'batch_normalization', 'activation', 'convg_2', 'batch_normalization_2', 'activation_2', 'rdbs8_conv1', 'rdbs7_conv1', 'rdbs6_conv1', 'rdbs5_conv1', 'rdbs4_conv1', 'rdbs3_conv1', 'rdbs2_conv1', 'rdbs1_conv1']

I tried to debug the problem to find a possible broken concatenation and found out, that the specific tensor is being added in layers.py in the RDBlocks function when executing:

pas = Convolution2D(filters=g, kernel_size=(3,3), strides=(1, 1), padding='same' , activation='relu', name = name+'_conv'+str(i))(out)

Sadly, I didn't found the broken concatenation...

Versions:

  • TensorFlow: 1.15.0

Happy for any hints/solutions, interesting project!

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.