Shikai Li

Results 11 comments of Shikai Li

Yes. I think it may works in the old version like 0.40.

@Iamanorange Hello, I still got some problems following the steps above. Here are some logs after compiling and running the test.py. ``` `python -m src.flownet2.test --input_a data/samples/0img0.ppm --input_b data/samples/0img1.ppm --out...

Same issue. Finally the accuracy of validation is only near 90%.

Oh here is the solution. [#75](https://github.com/fchollet/deep-learning-with-python-notebooks/issues/75#issuecomment-442815465)

@morenoh149 Sorry, I didn't check the issue number.

@zgrkpnr I think it depends on the version of Keras. The code in that section is a bit old for newest version of Keras. Did you change `rescale=1./255` to `preprocessing_function=preprocess_input`...

@nnUyi Well, have you trained it on other datasets?