chinmay5

Results 12 issues of chinmay5

I have some doubts regarding the nms implementation. Specifically, the part `inds + 1` being used here:- https://github.com/rbgirshick/fast-rcnn/blob/b612190f279da3c11dd8b1396dd5e72779f8e463/lib/utils/nms.py#L35 The remaining code is quite clear but I am not able to...

Thank you so much for the wonderful library. I have one doubt about carlini_wagner attack though. The original paper talks about using `1/2 * (tanh (w) + 1)` in order...

When trying to run trainer.set_callbacks([ callbacks.ModelCheckpoint( paths.models, name, save_best_only=False, saving_strategy=lambda epoch: True ), CSVLogger('./logs/' + name), LRScheduler(schedule) ]) I get the error:- File "/home/chinmay/PycharmProjects/test-sample/venv/src/torchsample/torchsample/modules/module_trainer.py", line 103, in set_callbacks self._callbacks =...

I think that the loss function definition is incorrect since we need to subtract the log of co-occurance counts. Can you please check it once

While I try to convert the model, I keep getting the error where ![image](https://user-images.githubusercontent.com/16525717/40585250-b3f45df4-61af-11e8-844a-994e2ff34a57.png) I am not sure what is wrong because the Keras model looks fine(I was able to...

First of all, thank you so much for the wonderful library. I am working on a slurm cluster, and the disk r/o is very slow. I wanted to load the...

Hi, can you please tell me how to generate all the 14 labels' heatmap for the given image? Also, it would be great if I could get some explanation of...

Thank you for releasing the code. I am using a custom dataset with 10k graphs. I tried to update the code to include the kl divergence during training to check...

Thank you for the wonderful and inspiring work. I have a question regarding generating graphs with 3D node coordinate locations. If I want to generate graphs that should also learn...

Hi, Can you please tell me the steps to update the script to perform a multi-class segmentation on the inputs? Best, Chinmay