broadinstitute / keras-rcnn

Keras package for region-based convolutional neural networks (RCNNs)
Other
553 stars 224 forks source link

Most tests are failed #158

Open milani opened 6 years ago

milani commented 6 years ago

I run tests on Ubuntu 17.04, Python 3.5.3, numpy 1.14.0, tensorflow-gpu 1.4.1 (GTX 1070). Here you can find a log of only backend tests:

https://gist.github.com/milani/f90e448388440a3897d9aee1c3023c30

milani commented 6 years ago

keras version: 2.1.3

milani commented 6 years ago

This is test log for test_anchor_target.py.

https://gist.github.com/milani/591a0070409efd5ecbd63afff4f1886a

milani commented 6 years ago

I tested again on Ubuntu 17.04, Python 3.6, Keras 2.1.3, Tensorflow-gpu 1.5.0 and tests passed. So I think minimum requirements should be defined in README.

jhung0 commented 6 years ago

We're going to test for Python 3.5 now too