An open API service indexing awesome lists of open source software.

https://github.com/atcold/sota-models

State Of The Art deep neural network models
https://github.com/atcold/sota-models

Last synced: about 1 year ago
JSON representation

State Of The Art deep neural network models

Awesome Lists containing this project

README

          

# State Of The Art (SOTA) models

Repository of SOTA deep neural network models for feed-forward speed profiling

## Running the code

```
th general-profiler.lua --net
th general-profiler.lua --net --cuda
```
The flags can be also shortened: `--net` -> `-n` and `--cuda` -> `-c`.

## Running notes on specific cores
8 cores, 4 slow and 4 fast, slow performance fix with `sudo taskset -c 4-7 th ...`