Vinicius Akira

Results 13 comments of Vinicius Akira

Hello, In the [CVPR paper](https://arxiv.org/pdf/1907.10786.pdf) they said: > We train an auxiliary attribute prediction model using the annotations from the CelebA dataset [26] with **ResNet- 50 network** [18]. This model...

Hello @alan-ai-learner I'm not one of the authors but they explained this in their [CVPR paper](https://arxiv.org/pdf/1907.10786.pdf): > We train an auxiliary attribute prediction model using the annotations from the CelebA...

@TimmNL this may be very silly, but can you try calling `await disableNetwork(db);` before calling `await enableNetwork(db);`? I had a very similar issue while using `persistentLocalCache`, `persistentMultipleTabManager`, `enableNetwork` and `disableNetwork`....

Thanks for the quick feedback. I was uncertain about the best PR size in this case, so your comment helps a lot. I will change the PR to draft while...

The PR is ready for review. Sorry about closing it earlier, somehow I misclicked and did not notice.

Edit: I dug into the [GH Action code](https://github.com/zed-industries/zed/blob/main/.github/actions/run_tests/action.yml) and solved the errors below by using `cargo nextest run --workspace --no-fail-fast`. I will keep the text below in case it can...

I marked the PR as a draft while I update the code. I will use tree-sitter instead of manipulating strings directly, as discussed in #31395

Since using the same branch name wouldn't make sense with the new approach, I am closing this PR.

Tente adicionar os campos `offset` e `page` no body do request ao invés do `limit`, exemplo: ```json { "where": { "_id": "{{ $json.key.remoteJid }}", "id": "{{ $json.key.id }}", "remoteJid": "{{...

Já abri um PR para atualizar a documentação: https://github.com/EvolutionAPI/docs-evolution/pull/16