BigsnarfDude

Results 24 comments of BigsnarfDude

Looks like the grunt task is running because it gets called ... Running "associateStream:default" (associateStream) task Lemme look into it...

The active call is the ... lambda.createEventSourceMapping(params, function(err, data) I will manually test this function...looks like the API just changed 2015-03-31 but I will have to confirm my hunch.

Hey Brian aka @BrianODell When you log into the AWS Console Lambda tab does it have something like: https://bigsnarf.files.wordpress.com/2015/07/screen-shot-2015-07-30-at-4-25-32-pm.png But with a Lambda Function named `ProcessKinesisRecordsDynamo` ??? If yes, that...

@BrianODell, There are several ways to get the function registered up in AWS Lambda Service. One way is manually upload the zip file. Another is to use the `AWS CLI`...

I was able to recreate the issue. I was able to verify this issue and was able to redirect the the target directory to _dist and pick up the _dist...

name: TITAN X (Pascal) major: 6 minor: 1 memoryClockRate (GHz) 1.531 pciBusID 0000:03:00.0 Total memory: 11.90GiB Free memory: 11.75GiB I tensorflow/core/common_runtime/gpu/gpu_device.cc:906] DMA: 0 I tensorflow/core/common_runtime/gpu/gpu_device.cc:916] 0: Y I tensorflow/core/common_runtime/gpu/gpu_device.cc:975] Creating...

I didn't have an opinion of whether the inference time is fast or slow. I have TitanX(Pascal) and just provided output for reference. Thanks @MarvinTeichmann for the code. I look...

Tensorflow devs have documented that "**feed_dict**" is one of the slower methods of passing data. (My thoughts: If "**feed_dict**" is used for current inference calculations, then I would imagine that...

Standard pip install of binify did not install gdal

(.venv) user@box Transformer_lm % python main.py Training a transformer with 153.883 M parameters Iter 10: Train loss 8.955, It/sec 0.347 Iter 20: Train loss 8.317, It/sec 0.355 Iter 30: Train...