Carson Schubert

Results 4 issues of Carson Schubert

Hi, I am trying to use Bonescript on a BeagleBone black running [resinOS](https://resinos.io/). I install it with yarn, and then import it using a typical require statement. Calls to `pinMode`...

When trying to use the `summary` function on a network after calling `net.double()`, an error is returned: ``` RuntimeError: Expected object of type torch.FloatTensor but found type torch.DoubleTensor for argument...

**Version:** 10.0.8 **OS:** Ubuntu 18.04 **Node Version**: 8.10.0 When I do: ``` var resin = require('resin-sdk'); resin.auth.loginWithToken(); ``` It fails, saying that resin.auth is undefined. Upon further inspection this is...

Hi all, I am attempting to mock an S3 getObject call, but I need it to be mocked differently in different tests. This problem is discussed in other issues and...