twitter-sentiment-cnn icon indicating copy to clipboard operation
twitter-sentiment-cnn copied to clipboard

ValueError in twitter-sentiment-cnn.py

Open ghost opened this issue 8 years ago • 4 comments

ValueError: Negative dimension size caused by subtracting 3 from 1 for 'conv-maxpool-3/conv' (op: 'Conv2D') with input shapes: [?,1,128,1], [3,128,1,128]

ghost avatar Jan 03 '17 08:01 ghost

did you manage to fix this? @nsagar33

selfeky avatar Mar 27 '17 16:03 selfeky

Can you give a little more detail on how to reproduce this?

danielegrattarola avatar May 12 '17 11:05 danielegrattarola

Why is this error coming? ValueError: can't have unbuffered text I/O

MacKaSL avatar Aug 12 '18 10:08 MacKaSL

@MacKaSL for this error on line 138 of twitter-sentiment-cnn.py, remove the '0' from the open() function

nicholas-abad avatar Aug 30 '20 17:08 nicholas-abad