mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 12:54:11 +08:00
Updated Autograd Basics (markdown)
@ -114,3 +114,6 @@ python test/<test_file.py> -k attn
|
||||
- tests requiring forward AD to be implemented _when you turn your op from CompositeImplicit to CompositeExplicit_, since the forward AD will no longer be derived for you.
|
||||
- tests requiring decompositions will fail with messages like `aten.attn.default - couldn't find symbolic meta function/decomposition` _when you turn your op from CompositeImplicit to CompositeExplicit_, since those won't be derived for you anymore either.
|
||||
- You can skip `attn` in the fake_autocast_device tests for CPU _when you turn your op from CompositeImplicit to CompositeExplicit_.
|
||||
|
||||
## Next
|
||||
Unit 3: Autograd - [Autograd Lab](https://github.com/pytorch/pytorch/wiki/Autograd-Onboarding-Lab)
|
Reference in New Issue
Block a user