Dongwan Kim
Dongwan Kim
Hi @ardywibowo, I'm trying to get this to work as well - have you had any success in training ImageNet-1K?
Hi @clickmouse, Regarding F200K, please refer to the TIRG code base: https://github.com/google/tirg We follow the dataset processing method in this code.
From what I can remember, the TIRG code pre-generates all test queries when the dataset is initialized. Please check [this function](https://github.com/google/tirg/blob/master/datasets.py#L265) of their code. And yes, we used "replace" as...
There could be many reasons for NaN, but more details are needed
Hi, you can apply hooks to custom layers by passing the modules into the CKA calculator. Check under "Advanced Usage" of the [example jupyter](https://github.com/numpee/CKA.pytorch/blob/main/example.ipynb) provided. As for the NaNs, I'm...