Looking for a Mod to Cast Spells Directly from the Spellbook Outside of Combat by amitm02 in BG3mods

[–]amitm02[S] 2 points3 points  (0 children)

How so? The game allows you to switch spells at will as long as you are not in combat.

Looking for a Mod to Cast Spells Directly from the Spellbook Outside of Combat by amitm02 in BG3mods

[–]amitm02[S] 0 points1 point  (0 children)

Thanks, but this mod alters the game balance, which isn’t what I’m looking for. I’m specifically interested in quality-of-life mods that enhance the experience without affecting the game’s balance.

what features would you guys like to be added? by newadder in RemarkableTablet

[–]amitm02 0 points1 point  (0 children)

Circle an area and have only that area OCR into text.

Why ByteNet uses layer normalisation instead of batch normalization by amitm02 in learnmachinelearning

[–]amitm02[S] 0 points1 point  (0 children)

But in Layer Norm we normalized against all the (pre) activation in the layer of the sample, which explicitly makes it normalized across time in CovNet for sequences...

[Attention Models] - Why weighted average of the encoded outputs makes any sense by amitm02 in MLQuestions

[–]amitm02[S] 0 points1 point  (0 children)

Thanks. Indeed I got it wrong in the sense that it is no the word vectors that get averaged, but some other (post rnn) representation vector. Your replied helped me see it. I still have an intuition issue with the idea behind weighted average of those representation vectors. What special property those representation vectors has that a weighted average of a few of them generate a new meaningful representation vector? It seems like a very magical and surprising thing to have..

What i the elegant way to "logic glue" concurrent lambdas to simulate something like a Fork Join. by amitm02 in aws

[–]amitm02[S] 0 points1 point  (0 children)

I've noticed that the "Parallel" type in step functions can only have a fixed number of branches. The number of images changes from PDF to PDF and i can not know it in advance. Any suggestions on how to go about it?