Diogo Santiago

Results 12 issues of Diogo Santiago

https://github.com/unbalancedparentheses/DataScienceInJuliaForHackers.jl/blob/c138e64620b40407859ad976f6b8e33334b4776c/03_probability_intro.Rmd#L124 I think the right should be: Analogously, the green area contains the points that are only present in the event **B**, in this case (G, **W**)

Hello your README have a typo on the notebook link: See demo jupyter notebook complete example: https://github.com/akarazniewicz/smd/blob/master/demo/demo.jpnby But the right link is: https://github.com/akarazniewicz/smd/blob/master/demo/demo.ipynb

Hey Aladin, i think the division should be by the _head_dim_, in the code its using the full embed dimension https://github.com/aladdinpersson/Machine-Learning-Collection/blob/bd4f07f5edb8968cf6129623ec73ba6ba777c964/ML/Pytorch/more_advanced/transformer_from_scratch/transformer_from_scratch.py#L62 You are dividing for square root of 256 and...

Hello, sometimes showing the Custom Module is confusing, an example: ```python class Convolutional(nn.Module): def __init__(self, in, out: super(Convolutional, self).__init__() self.layer = nn.Sequential( nn.Conv2d(in, out), nn.BatchNorm2d(out), nn.LeakyReLU(0.1, inplace=True) ) def forward(self,...

if i do: ```julia a = 3 // 4 println(L"p = 1 - %$a") # outsputs "$p = 1 - 3//4$" ``` if it does not support would be a...

Just for completness, could add the description of valid_anchors_wh and num_classes (although num_classes is intuitive) https://github.com/ethanyanjiali/deep-vision/blob/6765dfcc36f209d2fded00fb11c6d1ae0da8e658/YOLO/tensorflow/yolov3.py#L245

good first issue

As discussed [here](https://github.com/typst/typst/discussions/845), I accepted the answer even tough I still think there should be a proper way to do this and, imo, it's a basic function to have background-color...

feature request
text

HI have the need to sum all values in an array... I could solve it via `fold` but a dedicated sum() function would be really needed I think. ```rust let...

feature request
scripting

I am using the following configuration file in radiomics v3.0.1, but found out that it's probably because it's in old format. I want, like described in the file, the **percentiles**...

question

I tried to download the weights (openpose, densepose, etc) but the link seems to be broken. (Link can be seen in the image below that show section of README)