Update Edward to TF 1.9?

Hi Dustin,
I hope you’re enjoying work at Google Brain and thank you for Edward.

I recompile TF 1.9 from source using Intel MKL on Mac OS 1.13.6, Python 3.6.5 and Edward 1.3.5 does not work with it.

Someone submitted a pull request

to change a method, but even with that mod to my own copy of Edward, it still will not execute the inference statement at the end of your “Getting Started” demo.

I get this error:

~/anaconda3/lib/python3.6/site-packages/tensorflow/python/framework/ops.py in _reconstruct_sequence_inputs(self, op_def, inputs, attrs)
1823 grouped_inputs.append(inputs[i:i + input_len])
1824 else:
-> 1825 grouped_inputs.append(inputs[i])
1826 i += input_len
1827

IndexError: list index out of range

Thank you in advance.

2 Likes

same issue, i am switching between tf1.9 and tf1.4 regularly

1 Like

tf1.9 run regularly?

cannot import name ‘distribution’ in the tf1.6,i find the error.