frugally-deep 0.15.21-1 source package in Ubuntu

Changelog

frugally-deep (0.15.21-1) unstable; urgency=medium

  * New upstream version 0.15.21

 -- Andrius Merkys <email address hidden>  Tue, 08 Aug 2023 01:26:26 -0400

Upload details

Uploaded by:
Debichem Team
Uploaded to:
Sid
Original maintainer:
Debichem Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
frugally-deep_0.15.21-1.dsc 2.0 KiB 0d2bb4468d0b6b3fa055f3aaedd8b4b1e0a28d31e143c77b609a9e43b57cd62a
frugally-deep_0.15.21.orig.tar.gz 203.4 KiB 6fa1d51e48b83af798443c3cc1ca2ed07c5c1a2651bde44f81f749deeca7fc7c
frugally-deep_0.15.21-1.debian.tar.xz 2.5 KiB 6deffc99c9131eab89387dfd6369afca7c3bc9379e30b0a53bc2ac50c54a1ff1

Available diffs

No changes file available.

Binary packages built by this source

libfdeep-dev: use Keras models in C++

 frugally-deep is a small header-only library written in modern and pure C++.
 It supports inference for sequential models and computational graphs with a
 more complex topology, created with the functional API. It re-implements a
 small subset of TensorFlow, i.e., the operations needed to support prediction.
 frugally-deep results in a much smaller binary size than linking against
 TensorFlow. It avoids temporarily allocating additional RAM during
 convolutions (by not materializing the im2col input matrix).