summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: daab76f)
raw | patch | inline | side by side (parent: daab76f)
author | Yuan Zhao <yuanzhao@ti.com> | |
Fri, 27 Sep 2019 20:40:26 +0000 (15:40 -0500) | ||
committer | Yuan Zhao <yuanzhao@ti.com> | |
Fri, 27 Sep 2019 21:37:50 +0000 (16:37 -0500) |
index 669020fe8345a5a00e8553344617257f5050fb9c..9c696ad8b6cc0f3bf301cc754c7f0747ec640db9 100644 (file)
--- a/docs/source/example.rst
+++ b/docs/source/example.rst
When there is a requirement to run the SSD networks non-partitioned,
for example, the SoC only has C66x cores but not EVE cores,
use ``-e 0`` to run the full network only on C66x cores, without partitioning.
-When running full network with C66x DSP cores, jdetnet works fine with default
-heap sizes. jdetnet_voc requires slightly larger heap size and can be run
-with environment variable, e.g.
-``TIDL_NETWORK_HEAP_SIZE_DSP=75000000 ./ssd_multibox -d 1 -e 0``.
.. _mnist-example:
index c8000d1c69449162ed0b3460c82b110b3061aba4..8872c06438d3aed18c54d8ebbcbd0bcf6fa320cd 100644 (file)
// Heap sizes for this network determined using Configuration::showHeapStats
c.PARAM_HEAP_SIZE = (3 << 20); // 3MB
- c.NETWORK_HEAP_SIZE = (34 << 20); // 34MB
+ c.NETWORK_HEAP_SIZE = (20 << 20); // 20MB
c.numFrames = 16;
index f309d4e3734c604d0be5817971f6d9dd6cdc9b56..d1aa6dc7a5d403538e5cdbbedb9f5ae135847d48 100644 (file)
// Heap sizes for this network determined using Configuration::showHeapStats
c.PARAM_HEAP_SIZE = (3 << 20); // 3MB
- c.NETWORK_HEAP_SIZE = (34 << 20); // 34MB
+ c.NETWORK_HEAP_SIZE = (20 << 20); // 20MB
// Run this example for 16 input frames
c.numFrames = 16;
index 68d92217aa97ab9423d013b9d6bdec78e8d44859..43310c034f1596b0c028c1889c9e7c1cfb800e9f 100644 (file)
// Heap sizes for this network determined using Configuration::showHeapStats
c.PARAM_HEAP_SIZE = (3 << 20); // 3MB
- c.NETWORK_HEAP_SIZE = (34 << 20); // 34MB
+ c.NETWORK_HEAP_SIZE = (20 << 20); // 20MB
// Run this example for 16 input frames
c.numFrames = 16;