ManivannanMurugavel

Results 36 comments of ManivannanMurugavel

Please take screen shot what error and share me That's more helpful

How much of annotated training data size? On Tue, 10 Mar, 2020, 10:56 PM JaneWu810, wrote: > Hi, I have the same problem. When I click complete, the browser said...

@weimin023 "12" means default camvid dataset classes. If you have "255" classes please change into 255 and resize your image to 360*480 accuracy wont get affected. "And why its dimension...

find sampled_loss def from seq2seq_model.py and change the lines def sampled_loss(labels, logits): labels = tf.reshape(labels, [-1, 1]) return tf.nn.sampled_softmax_loss(tf.transpose(w), b, labels, logits, config.NUM_SAMPLES, config.DEC_VOCAB)

create tensorflow folder from home mkdir ~/tensorflow clone the https://github.com/tensorflow/models.git from tensorflow folder add below line to seq2seq_model.py import sys sys.path.append('~/tensorflow/models/tutorials/rnn/translate') it is working

Hi All, I have commited the code to run on python 3 version

Ok Thank you On Thu, 19 Dec, 2019, 4:36 PM cramadur, wrote: > Hi Mannivannan, Could you add a MIT license, like you have for some of > your other...

You can use both On Sun, 24 Nov, 2019, 12:56 AM Oğulcan, wrote: > Thanks for this repo. The other tool is more difficult to use,but this is > very...

Change your screen resolution and use it On Tue, 17 Dec, 2019, 7:26 PM SteveIb, wrote: > Hi, > > I have large images, they are not fitting the panel,any...

You can resize your images into lesser size On Wed, 18 Dec, 2019, 1:19 PM SteveIb, wrote: > My images are too large, something like 8000 * 1500. > I...