David Lacalle Castillo

Results 36 issues of David Lacalle Castillo

### Model description Structured document understanding has attracted considerable attention and made significant progress recently, owing to its crucial role in intelligent document processing. However, most existing related models can...

New model

I have looked in your models and don´t know which one is 100 layers tiramisu

@LikeLy-Journey When using HRNet_seg I am getting this error, it is owed to loading_ditc. ``` ~/Documents/proy1/seg/models/archs/backbones/build.py in get_segmentation_backbone(backbone, norm_layer) 60 """ 61 model = BACKBONE_REGISTRY.get(backbone)(norm_layer) ---> 62 load_backbone_pretrained(model, backbone) 63...

Hey, I would like to know which backbones are compatible with this arch. Is this arch returning image of same scale as original??

I have tried to convert this model to TorchScript using torch.jit.script. However, I am getting this issue: ``` RuntimeError: Expected integer literal for index: File "/home/david/Documents/pry/models/archs/hrnet.py", line 228 for i...

``` ~/Documents/pro1/seg/utils/loss_gscnn.py in forward(self, inputs, targets) 344 losses['edge_loss'] = self.edge_weight * 20 * self.bce2d(edgein, edgemask) 345 losses['att_loss'] = self.att_weight * self.edge_attention(segin, segmask, edgein) --> 346 losses['dual_loss'] = self.dual_weight * self.dual_task(segin,...

I saw that is compatible with resnet50. I was wondering if it is compatible with Resnet34 too.

**What happened**: I am deploying Dask Gateway on a [GKE](https://cloud.google.com/kubernetes-engine) cluster using the helm chart. I have setup a custom image that is stored in [Artifact Registry](https://cloud.google.com/artifact-registry) for the Schedulers...

Hi, @jkohen @Pamir I am adding this side car container to [this deployment](https://github.com/prometheus-community/helm-charts/tree/main/charts/kube-prometheus-stack). In GCP Monitoring I have selected `k8s_container` as `Resource type` and `external/prometheus/go_memstats_alloc_bytes` as `Metric`. In `pod_name` I...