linear-probes icon indicating copy to clipboard operation
linear-probes copied to clipboard

Evaluating AlexNet features at various depths

Results 3 linear-probes issues
Sort by recently updated
recently updated
newest added

Hi, I have some questions about codes. I see you integrate AlexNet with probes together. I wonder if I freeze trained AlexNet and use forward_hook to obtain immediate features, then...

Could you share the code of AlexNet architecture for CIFAR10/100 (the input image size of 32x32)?

Hello I have a few questions regarding the code, 1. In a previous issue I asked about a checkpoint file and you asked me to use the one from https://github.com/yukimasano/self-label/...