Click here to visit the old openkoji buildsystem (Archived)

Information for build frugally-deep-0.15.30-4.fc40

ID24250
Package Namefrugally-deep
Links Fedora Package Sources | Fedora Official Koji Buildsystem | Rocks RISC-V Koji Buildsystem | Fedora RISC-V GitHub | Old Koji Buildsystem
Version0.15.30
Release4.fc40
Epoch
DraftFalse
Sourcegit+https://src.fedoraproject.org/rpms/frugally-deep.git#b003532a80d3a0ee1b6004d951715328093f13af
SummaryHeader-only library for using Keras (TensorFlow) models in C++
DescriptionWould you like to build/train a model using Keras/Python? And would you like to run the prediction (forward pass) on your model in C++ without linking your application against TensorFlow? Then frugally-deep is exactly for you. frugally-deep * is a small header-only library written in modern and pure C++. * is very easy to integrate and use. * depends only on FunctionalPlus, Eigen and json - also header-only libraries. * supports inference (model.predict) not only for sequential models but also for computational graphs with a more complex topology, created with the functional API. * re-implements a (small) subset of TensorFlow, i.e., the operations needed to support prediction. * results in a much smaller binary size than linking against TensorFlow. * works out-of-the-box also when compiled into a 32-bit executable. (Of course, 64 bit is fine too.) * avoids temporarily allocating (potentially large chunks of) additional RAM during convolutions (by not materializing the im2col input matrix). * utterly ignores even the most powerful GPU in your system and uses only one CPU core per prediction. ;-) * but is quite fast on one CPU core, and you can run multiple predictions in parallel, thus utilizing as many CPUs as you like to improve the overall prediction throughput of your application/pipeline.
Built bykojiadmin
State complete
Volume DEFAULT
StartedFri, 03 May 2024 08:46:59 CST
CompletedFri, 03 May 2024 08:56:42 CST
Taskbuild (f40, /rpms/frugally-deep.git:b003532a80d3a0ee1b6004d951715328093f13af)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/frugally-deep.git#b003532a80d3a0ee1b6004d951715328093f13af'}}
Tags
f40
RPMs
src
frugally-deep-0.15.30-4.fc40.src.rpm (info) (download)
riscv64
frugally-deep-devel-0.15.30-4.fc40.riscv64.rpm (info) (download)
Logs
riscv64
root.log
hw_info.log
build.log
installed_pkgs.log
state.log
mock_output.log
Changelog * Wed Jan 24 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.15.30-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Fri Jan 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.15.30-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Tue Jan 16 2024 Tom Rix <trix@redhat.com> - 0.15.30-2 - Reduce license to MIT - Remove unneeded cmake arg * Mon Jan 15 2024 Tom Rix <trix@redhat.com> - 0.15.30-1 - Update to 0.15.30 * Fri Dec 15 2023 Tom Rix <trix@redhat.com> - 0.15.26-1 - Initial package