Search Criteria
Package Details: tiny-dnn-git 1.0.0a3.r246.gc0f576f5-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/tiny-dnn-git.git (read-only, click to copy) |
---|---|
Package Base: | tiny-dnn-git |
Description: | A C++11 implementation of deep learning for limited computational resource, embedded systems and IoT devices (git version) |
Upstream URL: | https://github.com/tiny-dnn/tiny-dnn/ |
Licenses: | BSD |
Conflicts: | tiny-dnn |
Provides: | tiny-dnn |
Submitter: | dbermond |
Maintainer: | dbermond |
Last Packager: | dbermond |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2017-03-19 06:48 (UTC) |
Last Updated: | 2018-12-29 18:02 (UTC) |
Latest Comments
dbermond commented on 2018-12-29 18:04 (UTC)
@bilsebub96 I have added cereal as an optdepend since it can be disabled by defining CNN_NO_SERIALIZATION.
bilsebub96 commented on 2018-12-28 00:34 (UTC)
This library depends on cereal on default: https://aur.archlinux.org/packages/cereal/ It has some cereal includes in its "utils.h". Can you please change the default build settings or add the dependency? Thank you