alyakin314
alyakin314
## Expected Behavior To the best of my knowledge, nothing in the Seedless Procrustes is parallelized, even under the POT hood (this might need to be double-checked.) This loop: https://github.com/microsoft/graspologic/blob/bbbc68a24ca9e2097575e7f92f809916ea3eeb46/graspologic/align/seedless_procrustes.py#L331-L337...
If nobody minds, I decided to make a list of all tutorial that exist and don't yet, and mark which need to be updated/created. I was a little confused by...
## Expected Behavior ~~When using SeedlessProcrustes to align two directed embeddings, rather than stacking the two embeddings together and then using seedless, one should first use seedless on them independently,...
## What does this PR do? Fixes the `init_module` docs that suggest to do the following: ``` # Recommended for FSDP, TP and DeepSpeed with fabric.init_module(empty_init=True): model = GPT3() #...