Leonardo Disilvestro

Results 21 comments of Leonardo Disilvestro

So, in my case the issue was that the text .... was too small. Basically line 137 in `fast_bert/data_lm.py` ``` while len(tokenized_text) >= block_size: # Truncate in block of block_size...

I am having a similar problem here. In my interpretation `text_list` is a list where each entry corresponds to one of the sentences I am trying to classify. The two...

I guess I could try using `PennyLanePyTorch1.8.0-cpupy38-ubuntu18.04` instead ... is there any lighter container? Or do I need the whole PeenyLane and Pytorch?

Hi @eswarthammana ! Apologies for the delay with which I answer you. This repository is not actively maintained, and that is the reason why entropica_qaoa does not work well with...

@eswarthammana, this project has effectively been incorporated into [OpenQAOA](https://github.com/entropicalabs/openqaoa). Head over there if you are still working with QAOA and Rigetti's backends :)

Amazing! Let me tag the rest of the team too: @KilianPoirier @vishal-ph @shahidee44 I'm very excited about the prospect of bringing error mitigation to OpenQAOA :) Let us know if...

This PR is now obsolete. As soon as the new one is merged I will close this one.

How would we do this? We would need: - a counter-label that indicates which indexes within the cost array belong to the give optimisation round - a way to average(?)...

`q.set_identification(parent_uuid='72d1f10f-8f38-4411-998d-76c2ceb95688')` shall we change this to `set_experiment_id(exp_id=....)`? This should make the usage of the field more clear

I think most of these functions are not currently built in the docs see https://el-openqaoa.readthedocs.io/en/dev_update_docstring/index.html