Peter Livesey

Results 46 comments of Peter Livesey

Two more changes: Added biases to the storage (thanks to #6) Added training error to the epoch callback which is useful to see if you're overfitting the data.

I've made one btw to do just this

Yep, that's what I'm doing in my code base. It's just that @liscio seemed to want to avoid using any dispatches (`No weird uses of DispatchQueue.async` - README)

I'm interested in this. Apple has provided support for HTTP 2 in iOS 9, but as you know @kgoodier, I'm interested in server push which Apple does not seem to...

I'm still having trouble with this issue. pkyeck, did you intend to rewrite this code to fix this issue? I still can't get it to work with your code. I'm...

hmmm...doesn't seem to work because websocket doesn't support wss. Do you know if theres a websocket library which supports wss and would work with this? I presume there has to...

So are you using wss (secure protocol)? If so, as far as I have found, there is no solution on github. If you need that as a solution, you'll need...

Is this on master or latest release? I'm not sure what you mean by general tab, but it sounds like your Carthage build is failing? I'm in England without my...

This was an issue reported a couple of weeks ago for regular data providers. That change is in master but not yet released (I forgot to do the release :/)....