Commit Graph

14 Commits

Author SHA1 Message Date
Nisreen Al-Basha
cd4db7c83a Test passing 2018-05-02 21:51:22 -04:00
Jeremy Howard
b25cd595a5 Merge pull request #388 from mcskinner/lsuv-test
port LSUV initializer example into a pytest
2018-04-29 12:47:37 -07:00
Jeremy Howard
1f6b61d4e2 Merge pull request #404 from PiotrCzapla/travis-ci
Add travis ci to fix #286
2018-04-29 12:38:07 -07:00
mcskinner
9f21874042 ensure that SortishSampler always puts the largest sample first 2018-04-29 00:09:42 -07:00
mcskinner
f29e102714 add test for text.py sampler implementations 2018-04-29 00:01:11 -07:00
Piotr Czapla
7934517173 Fix travis-ci crash
It fixes the seg fault crash seen in travis builds.

Mostlikely the crash was caused by the exception below that appears if
the torch, cv2 and mathplotlib aren't imported in a right order.
```
ImportError: dlopen: cannot load any more object with static TLS
```
see #286 for more details.

fix typos in .travis.yml
2018-04-28 10:44:15 +02:00
Piotr Czapla
99852af199 Run unittests in travis 2018-04-28 10:44:15 +02:00
mcskinner
72888e60da rename and use existing image, not new test-specific ones 2018-04-24 09:02:28 -07:00
mcskinner
6656e4a0e9 clean up imports 2018-04-23 21:52:53 -07:00
mcskinner
fa2abee95c port LSUV initializer example into a pytest 2018-04-23 21:38:41 -07:00
mcskinner
99d886302a improve layeroptimizer test names and add some comments 2018-04-09 14:07:08 -07:00
mcskinner
d4d87590dc convert test_layer_optimizer to use pytest instead of unittest 2018-04-07 11:52:34 -07:00
mcskinner
75a57e638d correctness assertions for LayerOptimizer set_lrs and set_wds 2018-04-07 10:57:59 -07:00
mcskinner
924bfa33e1 initial testing setup for LayerOptimizer 2018-04-06 16:57:37 -07:00