↓ 12 callersFunctionplot_neural_dynamics(post_activations_history, N_to_plot, save_location, axis_snap=False, N_per_row=5, which_neurons_mid=None, mid
tasks/image_classification/plotting.py:230
↓ 5 callersFunction_resnet(in_channels, feature_scales, stride, arch, block, layers, pretrained, progress, device, do_initial_max_pool,
models/resnet.py:286
↓ 3 callersFunctionparity_loss Computes the parity loss. Predictions are of shape: (B, parity_sequence_length, class, internal_ticks), where classes are in [0,1,2,
utils/losses.py:139
↓ 2 callersFunctionmake_classification_gif(image, target, predictions, certainties, post_activations, attention_tracking, class_labels, save_location)
tasks/image_classification/plotting.py:304
↓ 2 callersFunctionplot(grouped_data, scale=1, value_key='rewards', ylabel="Rewards", title="Episode Rewards", save_path="episode_rew
tasks/rl/analysis/run.py:117
↓ 2 callersFunctionplot_training_curve_all_runs(all_folders, save_dir, scale, device, smooth=False, x_max=None, plot_individual_runs=True)
tasks/parity/plotting.py:758