Skip to content
#

systems

Here are 210 public repositories matching this topic...

NicolasHug
NicolasHug commented Apr 6, 2018

For now only strings are accepted as the measures parameter in GridSearchCV, RandomizedSearchCV, and cross_validate. It's thus impossible to use those with measures that take specific parameters as input (e.g. #156 ), or to use custom measures.

We should then accept callables in addition to strings.

Each callable should only take the predictions parameter. In order to handle measur

mhuzai
mhuzai commented Sep 24, 2020

Our eye tracking code is currently written in Python. It needs to be ported to C++ for both performance and integration reasons. PyTorch has a nice C++ API that is pretty much identical to the Python API. So most of the porting process won't be on changing the neural net but rather the code that invokes it.

cBench provides a unified CLI and API to reproduce results from ML&systems research papers on bare-metal platforms and participate in collaborative benchmarking and optimization using live scoreboards. See the real-world example for the MLPerf benchmark:

  • Updated Oct 11, 2020
  • Python

Improve this page

Add a description, image, and links to the systems topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the systems topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.