Usha Lokala

Results 7 comments of Usha Lokala

Are you able to solve this error? Please reply

1) I did this change in line 85 of text_cnn_rnn.py losses = tf.nn.softmax_cross_entropy_with_logits(labels = self.input_y, logits = self.scores) # only named arguments accepted 2) i also changed concat from (1,xxx)...

How did you change tensorflow to 0.90? Please reply. Also Please suggest what are the changes i need to make if i have to run this with tensorflow 1.

@kumarneeraj2005 i have both python 2.7 and 3 running on my mac. So when i executed the above tensor flow in python 2.7 got updated to 0.9 version. So it...

@kumarneeraj2005 , @jiegzhan , @akshataph I got the below error when i executed in python 2.7 as python train.py ./data/train.csv.zip ./training_config.json. Please suggest. nagas-MacBook-Pro:tf0.9 nagaushagayathrilokala$ python train.py ./data/train.csv.zip ./training_config.json CRITICAL:root:The...

@kumarneeraj2005 @jiegzhan I tried this: export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/mac/tensorflow-0.9.0rc0-py3-none-any.whl python3 -m pip install $TF_BINARY_URL This installed tensorflow 0.9 in python3. But still i get this error CRITICAL:root:The maximum length is 14 INFO:root:x_train:...

Are you able to solve this error? Please let me know