DisplayedTransform
dnn_modelling.modules.NonTorchModel
enum.Enum
src.config.paths.LocationNames
- Enum for locationsfastai.callback.core.Callback
src.dnn_modelling.callbacks.SaveStatedictEveryNEpochCallback
- Callback that saves the models statedict at each Nth epoch.fastai.callback.tracker.TrackerCallback
src.dnn_modelling.callbacks.SaveStatedictCallback
- Callback used with fastai when training the neural-network models for saving the statedict of the model after each epoch, given the model improved over the best model so far.src.dnn_modelling.modules.NonTorchModel
- Undocumentedsrc.psychoacoustics.updown.UpDownDetector
- UpDownDetectorsrc.testing.print.PrintContext
- Undocumentedsrc.testing.print.TimeAndPrintContext
- Undocumentedsrc.typing_tools.annotation_checkers.AnnotatedTypeChecker
- Parent class required for any annotation checkersrc.typing_tools.annotation_checkers.ExactLen
- No class docstring; 1/1 instance variable, 0/2 method documentedsrc.typing_tools.annotation_checkers.MaxLen
- No class docstring; 2/2 instance variables, 0/2 method documentedsrc.typing_tools.annotation_checkers.MinLen
- No class docstring; 2/2 instance variables, 0/2 method documentedsrc.typing_tools.annotation_checkers.PathExists
- Undocumentedsrc.typing_tools.annotation_checkers.ValueRange
- No class docstring; 4/4 instance variables, 0/3 method documentedtorch.nn.AvgPool2d
src.dnn_modelling.modules.AvgPool2dSamePadding
- Undocumentedtorch.nn.Conv2d
src.dnn_modelling.modules.Conv2dSamePadding
- Undocumentedtorch.nn.MaxPool2d
src.dnn_modelling.modules.MaxPool2dSamePadding
- Undocumentedtorch.nn.Module
src.dnn_modelling.models.kell_et_al_2018.KellEtAl2018
- Undocumentedsrc.dnn_modelling.models.neural_metric__lindahl_2022.NeuralMetric
- Undocumentedsrc.dnn_modelling.modules.WeightedAvgPool2d
- Undocumentedsrc.dnn_modelling.modules.HannAvgPool2d
- As specified by Saddler et al 2020 The Hann window H size follows from the stride:src.dnn_modelling.modules.WeightedAvgPool2dSamePadding
- Undocumentedtorch.nn.Sequential
src.dnn_modelling.models.haro_2019.HaroEtAl2020_noSplit_nClass
- Undocumentedsrc.dnn_modelling.models.kell_et_al_2018.KellEtAl2018_noSplit_nClass
- Undocumentedsrc.dnn_modelling.models.kell_et_al_2018.KellEtAl2018_smaller
- Same as KellEtAll2018 no split, n-class but with a reduced number of channels and possibility to set size of hidden layersrc.dnn_modelling.models.lindahl_2022.Lindahl_model_1
- Similar to Kell et al., but using temporally wider filterssrc.dnn_modelling.models.lindahl_2022.Lindahl_model_2
- Similar to Kell et al., but using temporal convolutions onlysrc.dnn_modelling.models.lindahl_2022.Lindahl_model_3
- Similar to Kell et al., but using temporal convolutions onlysrc.dnn_modelling.models.lindahl_2022.Lindahl_model_3b
- Similar to Kell et al., but using temporal convolutions onlysrc.dnn_modelling.models.lindahl_2022.Lindahl_model_3c
- Similar to Kell et al., but using temporal convolutions onlysrc.dnn_modelling.models.lindahl_2022.Lindahl_model_4
- Similar to Kell et al., but using temporal convolutions onlysrc.dnn_modelling.models.lindahl_2022.Lindahl_model_5
- Similar to Kell et al., but using temporal convolutions onlysrc.dnn_modelling.models.lindahl_2022.Lindahl_model_6
- Similar to Kell et al., but using temporal convolutions onlysrc.dnn_modelling.models.saddler_et_al_2020.SaddlerEtAl2020
- Undocumentedtyping.Protocol
src.data_creation.ramp.ramp.RampFunction
- Protocol signature for ramp functionssrc.data_creation.stimulus.gapdetection.GapLengthGenerator
- Protocol signature for ramp functionssrc.data_creation.stimulus.noise.WhiteNoiseFunction
- Undocumented