microsoft / EdgeML

This repository provides code for machine learning algorithms for edge devices developed at Microsoft Research India.
Other
1.57k stars 368 forks source link

The model of DROCC seems missing #252

Closed qqqhhh-any closed 2 years ago

qqqhhh-any commented 2 years ago

Thank you for the contribution to one class classification. DROCC is an excellent algorithm, but it seems that only the trainer of DROCC was found in this code repository , I could not find the model of DROCC. Can the model be published?

ShikharJ commented 2 years ago

@NoThinG-qh Thanks for your interest in DROCC. I think trained models have license conflicts with the repository, so we don't publish them. One can always use the trainer code for generating the models again.

SachinG007 commented 2 years ago

@NoThinG-qh you can use the CLI commands here to generate trained models https://github.com/microsoft/EdgeML/tree/master/examples/pytorch/DROCC

ShikharJ commented 2 years ago

Closing for now.