Hamza Tariq

Results 2 comments of Hamza Tariq

@zhuhaozh the segmentation fault is caused by the flownet2-pytorch dependency in this model. Which required pytorch 0.4.1. I suggest that you use docker. Here is my dockerfile that works I...

Pillow is updated to version 7, but we need version 6. Please run: ``` $ conda install pillow=6.1 ``` Also updated the dockerfile above.