Damien Pontifex

Results 28 comments of Damien Pontifex

Thank you for this @StijnVandendriessche I would guess the problem is that the library currently doesn't ping the IoT Hub host, so could timeout and drop the tcp connection. Secondly,...

@StijnVandendriessche1 sorry for the inactivity. I've added a spawned task that regularly pings the hub (currently ever 15s). Let me know if the latest code resolves this issue for you....

@laumann also, would you mind rebasing from main so it picks up #65 that will fix the build validation?

Exactly @rubberduck203 - make things like network errors that should be recoverable/retryable or to reconnect surface to the developer at least. Current version is still 0.x so I'm happy introducing...

Definitely interested @basusamit :)

@PaulWoitaschek I wanted to do this and went for the route of getting it working first. Thanks for bringing this up as it might kick me back into looking at...

@PaulWoitaschek need some more time to actually evaluate my current work. But here's what I'm thinking/doing: 1. Use `sess.run` to get float values of final layer of resnet model and...

Hmm I haven't run your code yet, but I usually see this type of error when either - dtype isn't correct so I think it reads in all the bytes...