Aleksa Gordić

Results 47 issues of Aleksa Gordić

Hi! Did you make these 2 the same on purpose? Following the "Algorithm 1" from the original [arxiv 2013 paper](https://arxiv.org/abs/1312.5602)? They initially stated that we should freeze the DQN and...

Why do you use 150 as a constant to multiply tanh output of your model? Wouldn't that give it the [-150, 150] output range (as tanh is in [-1, 1]...

It seems that by always taking the lowest cost edge like this: `final Graph.Edge e = edgesAvailable.remove();` , without checking if it is still connecting us to the unvisited vertex...

Hi @jongwook! I created a YouTube video where I do a deep dive/walk-through of this repo. Maybe someone finds it useful: https://www.youtube.com/watch?v=jwZQD0Cqz4o Hopefully it's ok to share it here in...

Hi @kuprel! First of all awesome work, you made my job that much easier. :) I created a YouTube video where I do a deep dive/walk-through of this repo. Maybe...

After creating a conda environment by following the instructions from BigScience [here](https://github.com/bigscience-workshop/Megatron-DeepSpeed/blob/main/start_fast.md), i.e.: 1) `conda create -n bloom python=3.9` 2) `conda install pytorch torchvision torchaudio cudatoolkit=11.3 -c pytorch ` (my...

bug

Hey! I was interested into why are you using tanh here: `attn_src = torch.matmul(F.tanh(h_prime), self.a_src) # bs x n_head x n x 1` in [BatchMultiHeadGraphAttention, get_layers.py](https://github.com/xptree/DeepInf/blob/master/src/gat_layers.py#L85). Did it stabilize the...

Hi @unixpickle @prafullasd! I explained the code (and paper) in a fair amount of depth in this YouTube video: https://www.youtube.com/watch?v=hAp7Lk7W4QQ Hope someone finds it useful! :)

Cool work!! Are you planning to share the vtoonify_s_d_c.pt checkpoint for the caricature style?

Hi folks! Did anyone encounter [this error](https://github.com/NVIDIA/apex/issues/1458) when installing Apex on Windows? Trying to create a YouTube video covering this codebase but this one is blocking me. I know this...