Skip to content

Evaluate my newly trained model but output the activations at an intermediate layer

Nikos Karampatziakis edited this page Aug 18, 2016 · 7 revisions

You could do something like:

BrainScriptNetworkBuilder = [
    network = BS.Network.Load ("PATHOFYOURMODEL")
    outputNodes = (network.YOURINTERMEDIATENODE)
]

TODO: take care of weird names

Clone this wiki locally