SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

frugally-deep-devel rpm build for : Fedora Other. For other distributions click frugally-deep-devel.

Name : frugally-deep-devel
Version : 0.15.30 Vendor : Fedora Project
Release : 5.fc41 Date : 2024-07-18 01:48:01
Group : Unspecified Source RPM : frugally-deep-0.15.30-5.fc41.src.rpm
Size : 0.31 MB
Packager : Fedora Project
Summary : Header-only library for using Keras (TensorFlow) models in C++
Description :
Would 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.

RPM found in directory: /vol/rzm3/linux-fedora-buffet/fedora/linux/development/41/Everything/x86_64/os/Packages/f

Content of RPM  Changelog  Provides Requires

Download
ftp.icm.edu.pl  frugally-deep-devel-0.15.30-5.fc41.i686.rpm
ftp.icm.edu.pl  frugally-deep-devel-0.15.30-5.fc41.i686.rpm
     Search for other platforms
frugally-deep-devel-0.15.30-5.fc41.sparc.rpm
frugally-deep-devel-0.15.30-5.fc41.alpha.rpm
frugally-deep-devel-0.15.30-5.fc41.ppc.rpm
frugally-deep-devel-0.15.30-5.fc41.ia64.rpm
frugally-deep-devel-0.15.30-5.fc41.s390.rpm

Provides :
cmake(frugally-deep)
frugally-deep-devel
frugally-deep-devel(x86-32)
frugally-deep-static

Requires :
cmake-filesystem(x86-32)
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsZstd) <= 5.4.18-1


Content of RPM :
/usr/include/fdeep
/usr/include/fdeep/base64.hpp
/usr/include/fdeep/common.hpp
/usr/include/fdeep/convolution.hpp
/usr/include/fdeep/convolution3d.hpp
/usr/include/fdeep/depthwise_convolution.hpp
/usr/include/fdeep/fdeep.hpp
/usr/include/fdeep/filter.hpp
/usr/include/fdeep/import_model.hpp
/usr/include/fdeep/layers
/usr/include/fdeep/layers/activation_layer.hpp
/usr/include/fdeep/layers/add_layer.hpp
/usr/include/fdeep/layers/additive_attention_layer.hpp
/usr/include/fdeep/layers/attention_layer.hpp
/usr/include/fdeep/layers/average_layer.hpp
/usr/include/fdeep/layers/average_pooling_3d_layer.hpp
/usr/include/fdeep/layers/batch_normalization_layer.hpp
/usr/include/fdeep/layers/bidirectional_layer.hpp
/usr/include/fdeep/layers/category_encoding_layer.hpp
/usr/include/fdeep/layers/centercrop_layer.hpp
/usr/include/fdeep/layers/concatenate_layer.hpp
/usr/include/fdeep/layers/conv_2d_layer.hpp
/usr/include/fdeep/layers/cropping_3d_layer.hpp
/usr/include/fdeep/layers/dense_layer.hpp
/usr/include/fdeep/layers/depthwise_conv_2d_layer.hpp
/usr/include/fdeep/layers/dot_layer.hpp
/usr/include/fdeep/layers/elu_layer.hpp
/usr/include/fdeep/layers/embedding_layer.hpp
/usr/include/fdeep/layers/exponential_layer.hpp
/usr/include/fdeep/layers/flatten_layer.hpp
There is 58 files more in these RPM.

 
ICM