kechan

Results 64 comments of kechan

@aaronopp The link you posted no longer works. So is this a Keras bug? Is there any workaround other than rolling back to 2.1.2?

I am training this on a 2014 MacBook Air without GPU, I know this is bad but thats the only thing I got right now. It is taking forever, and...

I am entire new to swift packager, but tracing the error in the .build directory, I see this: .build/checkouts/BaseMath.git--313326703360584819/Sources/BaseMath This looked like a git checkout and under Sources/BaseMath, it has...

I now suspect it may be based on release. My package.resolved file indicated it picked up version 1.0.1, but this was released 7 days ago, while Utils.swift was last touched...

I think you have to make a release, maybe call it 1.0.2 Here's what I did to test this as a swift package (not using in an Xcode project) 1....

I confirmed that this is indeed a problem with your release (old). I forked this repos and made a new release based on latest, and everything worked. Swift packager for...

I noticed AlignedStorage may be without this problem. Here: benchmark(title: "AlignedStorage.create") { let v1 = AlignedStorage(len) } AlignedStorage.create: 0.007 ms This is really nice. And I am still able to...

Update: someone told me about these. I will just dump it here for future investigation: var a = [Float]() a.reserveCapacity(len)

I confirmed this is indeed missing: "let v2 = -v1" where v1 and v2 are Array compiler error for missing op. A simple fix seemed to be: In FloatVector.swift, (1)...

> Thanks @lovell - your analysis makes sense. Feel free to close the issue since it seems to be an issue on BQ side and not your library. > >...