Sam Grogan

Results 17 comments of Sam Grogan

What variables would I need to mark. Sorry I'm kinda new to TensorFlow. On Feb 24, 2018 12:21 PM, "Adit Deshpande" wrote: > Since I don't explicitly pass in names,...

um the output is a mess. Looks like tag soup you get from printing an html file. ill post it if you want but...

That wouldn't yield much as the output is so large it would be like trying to find a needle in a hay stack. this is a comment from that stack...

Ok so after staring at code for awhile something clicked. decoderOutputs, decoderFinalState = tf.contrib.legacy_seq2seq.embedding_rnn_seq2seq(encoderInputs,decoderInputs, encoderLSTM, vocabSize, vocabSize, embeddingDim, feed_previous=feedPrevious) decoderPrediction = tf.argmax(decoderOutputs, 2) These are the outputs but which one...

Well decoderPrediction is passed to session.run so my thinking is that decoderPrediction is the output node I need.

You could try using a try/except statement to handle the errors. http://www.pythonforbeginners.com/error-handling/python-try-and-except

I second @Savrov post. adding those dependencies with those specific versions does fix the problem. like @olyjosh said updates to those dependencies may be causing breaking changes to your library....

unfortunately do to the limitation of the ipad that the only debug output i know how to get right now. this is the only debug i could get for connection.py...

I will test it out when I get home from work On Nov 30, 2014 9:05 PM, "Stefan Richter" [email protected] wrote: > I am sorry for the very long delay...

module object has no attribute 'pandora_decrypt'