Timoshī

Results 6 comments of Timoshī

I managed to get this to work actually... even though lambda is stateless it's possible to call the return handler when a client disconnects by iterating through the subscribers returned...

By returning subscribers iterated from `unsubscribeAllByConnectionId` and then in turn `connectionManager.unregisterConnection`: ``` case '$disconnect': { const { onDisconnect } = this.subscriptionOptions || {}; // this event is called eventually by...

@ivome did you get any further with this?

Any progress on this?

I’m sorry, I think you’ve got the wrong GitHub Issue. I don’t recall having worked on snapshots except a little tweaking of function names.

Also it seems that loss is not connected to a gradient, surely it should have a gradient because l0Raw should have a gradient as it's connected to the weights? xTensor...