-
Notifications
You must be signed in to change notification settings - Fork 137
Deprecate Differentiable.AllDifferentiableVariables
.
#419
Conversation
7f34040
to
8911fd8
Compare
Remove usages of `AllDifferentiableVariables` and `var allDifferentiableVariables`.
8911fd8
to
bcdc695
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm excited to see this step finally done! :)
Break up expression into two subexpressions to fix "compiler is unable to type-check this expression in reasonable time" error.
Remove remaining uses of `AllDifferentiableVariables` and `allDifferentiableVariables`.
All references should have been removed.
|
@dan-zheng there's a couple of `AllDifferentiableVariables" in the readme. |
I saw that, thanks! I'll fix that in a follow-up PR, since swiftlang/swift#26527 is sensitive to the commit version of |
@dan-zheng is the loss function refactoring necessary in this PR? |
I'm not sure what exactly you're referring to, but it sounds orthogonal. This patch is meant to be minimal, removing references to |
The friend PR swiftlang/swift#26527 has been merged. Shall we hold off on merging this PR until the CI toolchain has swiftlang/swift#26527? cc @rxwei |
The CI toolchain is already broken unfortunately due to build failures (marcrasi@ is looking into this AFAIK). I think we should merge this. |
…rflow#419)" This reverts commit 085217d. This broke CI. reverting so that a fix can happen.
Fix bug introduced in tensorflow#419.
Remove usages of
AllDifferentiableVariables
andvar allDifferentiableVariables
.Friend PR: swiftlang/swift#26527