23Uday

Results 7 comments of 23Uday

I am not sure if I understood the question. I apologize if I get it wrong. CKA will compare 2 Symmetric Positive Semi-Definite Matrices of Size KxK each. I didn't...

Yes, it can only deal with matrices and not tensors. If I may offer a suggestion/guess, I think what you want to do is to take the output of layer...

Glad to help.

The matrix is ill-conditioned. Either it is very low rank or the values in it are 0. Try pseudo inverse, or use a larger batch size so that the rank...

Can PiPPY be used with DDP? As a PP model within a host and a DDP model inter hosts?

> Yes it can. Here is an example: https://github.com/pytorch/pytorch/blob/3bc073d7280d36eec2af3b1969c165b336a8ecae/test/distributed/_composable/test_composability/test_pp_composability.py#L94 Thank you for your response. Based on the code provided, it seems that I have to first split the model into...

This hasn't resolved for me even after the triton 3.0 update. Although with Triton 2.3.1, it used to happen every time. ERROR: Unexpected segmentation fault encountered in worker. Traceback (most...