Giter VIP home page Giter VIP logo

neural-machine-translation-english-to-polish's People

Contributors

vivekgohel56 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

neural-machine-translation-english-to-polish's Issues

Error while predicting

translate(transformer, 'go.'): while predicting from english to telugu translated model i am getting this error.so the input should be given in batch of 64?please guide.

tf.Tensor([[ 101 2175 1012 102]], shape=(1, 4), dtype=int32)
tf.Tensor([[4202]], shape=(1, 1), dtype=int32)
tf.Tensor([[[[0.]]]], shape=(1, 1, 1, 1), dtype=float32)
tf.Tensor([[[[0. 0. 0. 0.]]]], shape=(1, 1, 1, 4), dtype=float32)


ValueError Traceback (most recent call last)

in ()
----> 1 translate(transformer, 'go.')

5 frames

/usr/local/lib/python3.6/dist-packages/tensorflow/python/keras/engine/input_spec.py in assert_input_compatibility(input_spec, inputs, layer_name)
272 ' is incompatible with layer ' + layer_name +
273 ': expected shape=' + str(spec.shape) +
--> 274 ', found shape=' + display_shape(x.shape))
275
276

ValueError: Input 0 is incompatible with layer bert: expected shape=(64, 100), found shape=(1, 4)

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.