pifalken

Results 4 comments of pifalken

@yyoncho But this is for ptvds right? I'm using debugpy ```lisp (use-package dap-mode :ensure t :after lsp-mode :config (require 'dap-python) (require 'dap-ui) (dap-mode t) (dap-ui-mode t) (dap-tooltip-mode t) (tooltip-mode t))...

> > @yyoncho But this is for ptvds right? I'm using debugpy > > Yes. Have you tested the config? AFAIK debugpy is fork of ptvsd so there is a...

Don't be afraid to ask basic questions, we all start somewhere. Currently this repo does not work as I've not yet fixed https://github.com/pifalken/YOLOv3-GradCAM/issues/3#issuecomment-631447253. I have not yet found the time...

I'll need to look into this further as something deeper is broken in the forward pass. For your specific error, you can replace: ```python int(mdef["from"]) ``` with: ```python int(mdef["from"][0]) ```...