Code Monkey home page Code Monkey logo

ml_cifar-10's People

Contributors

demetoir avatar starjade-park avatar waffle-iron avatar

Watchers

 avatar  avatar

Forkers

waffle-iron

ml_cifar-10's Issues

Tensor naming problem

1st feed_dict

{<tf.Tensor 'X:0' shape=(?, 3072) dtype=float32>: array([[ 59, 43, 50, ..., 140, 84, 72],
[154, 126, 105, ..., 139, 142, 144],
[255, 253, 253, ..., 83, 83, 84],
...,
[145, 131, 115, ..., 89, 88, 91],
[146, 185, 248, ..., 146, 166, 238],
[203, 201, 208, ..., 114, 120, 126]], dtype=uint8), <tf.Tensor 'Y:0' shape=(?, 10) dtype=float32>: ...(생략) }

2nd feed_dict

<tf.Tensor 'X_1:0' shape=(?, 3072) dtype=float32>: array([[ 59, 43, 50, ..., 140, 84, 72],
[154, 126, 105, ..., 139, 142, 144],
[255, 253, 253, ..., 83, 83, 84],
...,
[145, 131, 115, ..., 89, 88, 91],
[146, 185, 248, ..., 146, 166, 238],
[203, 201, 208, ..., 114, 120, 126]], dtype=uint8), <tf.Tensor 'Y_1:0' shape=(?, 10) dtype=float32>: ...(생략) }

여기서 Tensor에 자동으로 붙는 이름(Name) 부여가 중복되는 경우 자동으로 _%d 형태로 붙으며, 이러한 상황으로 인하여 문제가 발생하였음.

이름 부여 방식을 바꿔주어야 해결될 것으로 예상됨.

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.