THUFutureLab / gluon-face

An unofficial Gluon FR Toolkit for face recognition. https://gluon-face.readthedocs.io
MIT License
267 stars 51 forks source link

[WIP]Add test module to Gluon-Face #23

Open PistonY opened 5 years ago

PistonY commented 5 years ago

I'm going to write a test module and create CI. Any suggestions could write below.

PistonY commented 5 years ago

For now, I want to use Gluon-cv style to write our test module but will use pytest as test runner. CI maybe use Jenkins+Github cause we need test our datasets and dataloader. The following module are planning to test.

basic_block
datasets
dataloader
loss func
metrics
model zoo

This would cost one or two week.

haoxintong commented 5 years ago

I still want to use Green as unittest runner :D

PistonY commented 5 years ago

It's almost same thing. /dog