FluxML / FluxTraining.jl

A flexible neural net training library inspired by fast.ai
https://fluxml.ai/FluxTraining.jl
MIT License
118 stars 25 forks source link

Use ReTest.jl to run tests #97

Closed lorenzoh closed 2 years ago

lorenzoh commented 2 years ago

Now use ReTest.jl to run tests. ReTest.jl (together with InlineTest.jl) allows placing tests closer to the defining code, and is much more convenient for interactive development, letting you filter tests to run by RegEx or previous success status.