Daniel Firebanks-Quevedo

Results 17 comments of Daniel Firebanks-Quevedo

In line 2745 ``` self.nodeGroupData[groupName]['N'][self.tidx] = numpy.clip((self.nodeGroupData[groupName]['numS'][0] + self.nodeGroupData[groupName]['numE'][0] + self.nodeGroupData[groupName]['numI'][0] + self.nodeGroupData[groupName]['numQ_E'][0] + self.nodeGroupData[groupName]['numQ_I'][0] + self.nodeGroupData[groupName]['numR'][0]), a_min=0, a_max=self.numNodes) ``` There's no ` self.nodeGroupData[groupName]['numI']`

Possible solution: Change lines 414 and 427 of attention_decoder.py from ``` if FLAGS.use_discounted_rewards: ``` to ``` if FLAGS.use_discounted_rewards or FLAGS.use_intermediate_rewards: ```

GPU memory is 12 GB and I'm trying to run the embedding_lookup in 2 different GPUs, with batch size of 2 (I even tried batch size 1 haha) - is...

I'm using TF 1.12.2. I don't think it's a compatibility issue though :/

@frahlg your solution worked for me (`brew install qpdf`), thank you! I was having the same situation (problems with Mac M1 chip)

+1 to this! I think there's a PR addressing it? https://github.com/fluttercommunity/flutter_sms/pull/71/files

Actually when I download the full source code it has the `build.gradle` file updated: ``` buildscript { ext.kotlin_version = '1.7.10' repositories { google() jcenter() } dependencies { classpath 'com.android.tools.build:gradle:3.5.4' classpath...

In addition to the lines provided by @vizhan-lanars (thank you!!!!!!) I had to manually give the app permissions on my phone (by going to `Settings -> Permission Manager -> SMS...

@raghavanone how are things going with this so far? I'm very interested in using this model as soon as it gets integrated - if you need a hand with anything...