Chongyang Ma
Results
2
comments of
Chongyang Ma
I ran into the same error. It looks like changing the following two lines in `layers.py`: ``` x2 = tf.ceil(x) ``` and ``` y2 = tf.ceil(y) ``` into ``` x2...
@M4gicT0 After change the code, have you rerun `python setup.py install`?