NetTake

NetTake[net,end]

takes only those layers up to end in a NetChain or NetGraph.

NetTake[net,{start,end}]

takes only those layers between start and end in a NetChain or NetGraph.

Details

  • The following forms can be used for start and end:
  • n,"layer"a specified layer
    NetPort[{layer,"port"}]the specified input or output port of a layer
    NetPort["port"]an input or output port of the entire graph
    Allall of the inputs or outputs of the graph
    {spec1,spec2,}the union of the speci
  • NetTake[net,spec,"port1"->spec1,] can be used to give types for the input and/or output of the resulting NetChain or NetGraph, using the normal type specifications those functions allow. The new port specifications will replace any existing NetEncoder, NetDecoder or type.

Examples

open allclose all

Basic Examples  (2)

Take the first two layers of a chain:

Take layers 2 through 4:

Create a net with two outputs:

Use NetTake to obtain a subnet that computes only one of the outputs:

Scope  (1)

Add a new NetDecoder while taking layers:

Wolfram Research (2018), NetTake, Wolfram Language function, https://reference.wolfram.com/language/ref/NetTake.html.

Text

Wolfram Research (2018), NetTake, Wolfram Language function, https://reference.wolfram.com/language/ref/NetTake.html.

CMS

Wolfram Language. 2018. "NetTake." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/NetTake.html.

APA

Wolfram Language. (2018). NetTake. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/NetTake.html

BibTeX

@misc{reference.wolfram_2023_nettake, author="Wolfram Research", title="{NetTake}", year="2018", howpublished="\url{https://reference.wolfram.com/language/ref/NetTake.html}", note=[Accessed: 20-April-2024 ]}

BibLaTeX

@online{reference.wolfram_2023_nettake, organization={Wolfram Research}, title={NetTake}, year={2018}, url={https://reference.wolfram.com/language/ref/NetTake.html}, note=[Accessed: 20-April-2024 ]}