Prem Nair
Prem Nair
Thanks for the slerp implementation, I started using it and thought I'd share some fixed edge cases. Not sure what the convention should be for the degenerate opposite vectors case,...
@mgarbade I actually just stole the slerp for feature vector interpolation when playing with [this paper](https://arxiv.org/abs/1411.5928) (which is not a GAN) in MXNet. The equivalent input `z` was always just...
@cocoaaa It's been a while since I thought about this but IIRC, if `omega` (thus `np.sin(omega)`) is at 0, then the usual slerp formula will become undefined since that's in...
Thanks for creating the issue, we're having a similar problem. Did you ever find a workaround/patch?
IIUC the summary is that https://github.com/microsoft/DeepSpeed/commit/4abd455521965930d0e921de8afc0073ea7df9d1 fixes the bug, but https://github.com/microsoft/DeepSpeed/pull/2212 merged after the release of 0.7.3, so it's not fixed on a released version yet.
This is an interesting one. Do you have an example of a situation recently where you found yourself really wishing for this?
As a small update, we've confirmed that per-word/per-line is something we could probably do across all editors. Before we figure out what it looks like, I want to ask anyone...
@fortenforge I can also reproduce this on macOS but not Ubuntu
@toofar thanks for looking into this. Happy to accept this as a PR if you'd like to create one, otherwise we'll likely make this change ourselves then.
If you delete the file and try again what happens? Are you on x64?