I have a project where I need to record the activation at the Cycle level. It is an older project that I updated by using ra25 as the framework. However, I cannot figure out how to get the project to record the activation of some of the Target layers at the Cycle level. And I can’t figure out if there is an existing sim that does that. Any help would be greatly appreciated.
Best, Steve
Stephen J. Read
Mendel B. Silberberg Professor of Social Psychology
Department of Psychology
University of Southern California
Los Angeles, CA 90089-1061
Website: www.stephenjread.com
Thank you. I thought there might be something special about the Cycle level.
Best, Steve
Stephen J. Read
Mendel B. Silberberg Professor of Social Psychology
Department of Psychology
University of Southern California
Los Angeles, CA 90089-1061
Website: www.stephenjread.com
From:
Randall O'Reilly <rcore...@gmail.com>
Date: Monday, December 30, 2024 at 1:28 PM
To: Stephen Read <re...@usc.edu>
Cc: emergen...@googlegroups.com <emergen...@googlegroups.com>
Subject: Re: Recording activations at the Cycle level
Steve, Sorry for taking so long to reply. There are many sims in CCN that use this method in the `ConfigLog` function: ss. Logs. AddLayerTensorItems(ss. Net, "Act", etime. Test, etime. Trial, "InputLayer", "CompareLayer") You can replace the etime. Trial
Steve,
Sorry for taking so long to reply. There are many sims in CCN that use this method in the `ConfigLog` function:
ss.Logs.AddLayerTensorItems(ss.Net, "Act", etime.Test, etime.Trial, "InputLayer", "CompareLayer")
You can replace the etime.Trial with etime.Cycle and the layer names etc to record what you want. Cheers,
- Randy
> On Dec 13, 2024, at 9:01 PM, Stephen Read <re...@usc.edu> wrote:
>
> I have a project where I need to record the activation at the Cycle level. It is an older project that I updated by using ra25 as the framework. However, I cannot figure out how to get the project to record the activation of some of the Target layers at the Cycle level. And I can’t figure out if there is an existing sim that does that. Any help would be greatly appreciated.
> Best, Steve
> Stephen J. Read
> Mendel B. Silberberg Professor of Social Psychology
> Department of Psychology
> University of Southern California
> Los Angeles, CA 90089-1061
>
> --
> You received this message because you are subscribed to the Google Groups "emergent-users" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to emergent-user...@googlegroups.com.