|
|
|
|
|
by netheril96
4006 days ago
|
|
In my experience, CNNs offer the best performance. It is also easy to treat as a black box with many tunable parameters. But the existing frameworks are mostly bad as an engineering product. Caffe, for example, calls `exit` every time an error occurs, including recoverable ones like files which do not exist. |
|