Thu, 23 May 2024 13:04:19 UTC | login

Information for RPM frugally-deep-0.15.30-4.fc40.src.rpm

ID1279847
Namefrugally-deep
Version0.15.30
Release4.fc40
Epoch
Archsrc
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.
Build Time2024-04-10 10:33:42 GMT
Size221.27 KB
fcb94a96128dcfaeeaebaaba5defe040
LicenseMIT
Buildrootf40-build-800917-143631
Provides
frugally-deep-devel = 0.15.30-4.fc40
Obsoletes No Obsoletes
Conflicts No Conflicts
Requires
cmake
eigen3-devel
fplus-devel
gcc-c++
json-devel
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
Recommends No Recommends
Suggests No Suggests
Supplements No Supplements
Enhances No Enhances
Files
1 through 2 of 2
Name ascending sort Size
frugally-deep-0.15.30.tar.gz207.18 KB
frugally-deep.spec4.25 KB
Component of No Buildroots