This website requires JavaScript.
Explore
Help
Register
Sign In
Rooba
/
lightning
mirror of
https://github.com/Lightning-AI/lightning.git
Watch
1
Star
0
Fork
You've already forked lightning
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
b8ff9bc1d2
lightning
/
tests
/
__init__.py
4 lines
49 B
Python
Raw
Normal View
History
Unescape
Escape
faster CI testing (#1323) * MNIST digits * increase test acc * smaller parity * drone builds * increase GH action timeout * drone format * fix paths * drone cache * circle cache * fix test * lower nb epochs * circleCI * user orb * fix test * fix test * circle cache * circle cache * circle cache * comment caches * benchmark batch size * cache dataset * smaller dataset * smaller dataset * fix nb samples * batch size * fix test
2020-04-02 16:28:44 +00:00
import
os
TEST_ROOT
=
os
.
path
.
dirname
(
__file__
)