This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Grapefruits are funny | |
What is code? Please don't hurt me | |
Asynchronous mode | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
^__^ | |
I <3 (oo)\_______ | |
Open (__)\ )\/\ | |
Source ||----w | | |
|| || |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
public struct FinishablePublisher<Upstream>: Publisher where Upstream: Publisher { | |
public typealias Output = Upstream.Output | |
public typealias Failure = Upstream.Failure | |
private let upstream: Upstream | |
private let inspector: (Output) -> Bool | |
init(upstream: Upstream, shouldFinish inspector: @escaping (Output) -> Bool) { | |
self.upstream = upstream | |
self.inspector = inspector |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import Combine | |
final class ObservableOptional<Wrapped: ObservableObject>: ObservableObject { | |
let objectWillChange = ObservableObjectPublisher() | |
var value: Wrapped? { | |
willSet { | |
objectWillChange.send() | |
updateSubscription(newValue) | |
} | |
} |
I hereby claim:
- I am jnordberg on github.
- I am jnordberg (https://keybase.io/jnordberg) on keybase.
- I have a public key whose fingerprint is F878 7D7B 280C 6571 59D0 AD4F E935 1214 2687 D6F1
To claim this, I am signing this object:
[ Launch: neural video memory usage ] 1af8005dacd2b45cb3af1b5e57d17dca by jnordberg
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/mylib/mrf.lua b/mylib/mrf.lua | |
index ef65bd4..0b86b91 100755 | |
--- a/mylib/mrf.lua | |
+++ b/mylib/mrf.lua | |
@@ -149,7 +149,21 @@ function MRFMM:updateGradInput(input, gradOutput) | |
self.nOutputPlane = i_end - i_start + 1 | |
-- local timer_CONV = torch.Timer() | |
- local temp = input.nn.SpatialConvolutionMM_updateOutput(self, input) | |
+ -- local temp = input.nn.SpatialConvolutionMM_updateOutput(self, input) |
We can make this file beautiful and searchable if this error is corrected: No commas found in this CSV file in line 0.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
value | |
10.791426 | |
7.120075 | |
4.766859999999999 | |
4.463623 | |
6.0321419999999994 | |
5.056761 | |
6.229407 | |
4.714748999999999 | |
4.411493 |
We can make this file beautiful and searchable if this error is corrected: No commas found in this CSV file in line 0.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
value | |
10.791426 | |
7.120075 | |
4.766859999999999 | |
4.463623 | |
6.0321419999999994 | |
5.056761 | |
6.229407 | |
4.714748999999999 | |
4.411493 |
NewerOlder