Juan Pizarro

Results 12 comments of Juan Pizarro

I,ve the same problem. I will try to add chop prefix param

Maybe it's better to have a config param in leaflet-map see the pull request https://github.com/leaflet-extras/leaflet-map/pull/36 ``` /** * If set, set icon default imagepath * * @attribute icon-default-image-path * @type...

the iconDefaultImagePath param strategy will work with vulcanized files

Hola José, Bienvenido 1.- Que versión de debian estas usando? para así replicar el ambiente de desarrollo que tienes. 2.- Ejecutas minibloq desde en binario o con minibloq.sh Saludos

@ankaAR Sabes en que versión de debian esta basada

I've developed a sparta docker compose sample https://github.com/jpizarrom/sparkta-docker-sample It's a proof of concept

I've plotted the mode from the repo of the paper https://arxiv.org/abs/1605.07146 ``` import torch from torchviz import make_dot, make_dot_from_trace from resnet import resnet as pytorch_resnet f, params = pytorch_resnet(16, 1,...

I'm currently working in the model, I will fix my issue with "two consecutive batchnorm-relu blocks." I will try to plot both curves in the next days thanks

> The first block of your correction has two consecutive batchnorm-relu blocks. > > This codebase has also been here for nearly two years without significant updated. If you perceive...

Hi @NielsRogge, I would like to try to add GIT for VQA as my first contribution, is it ok? I looked at #23348 , and I want to know if...