aviasd

Results 6 issues of aviasd

## 🐛 Bug I just run the code from the [instructions](https://github.com/pytorch/fairseq/blob/master/examples/wav2vec/README.md#vq-wav2vec) in Google Colab: ``` import torch import fairseq cp = torch.load('/path/to/vq-wav2vec.pt') model, cfg, task = fairseq.checkpoint_utils.load_model_ensemble_and_task([cp]) model = model[0]...

bug
needs triage

I tried to convert some of the old configuration files to new python configuration files. I converted some of the files: emobase.conf ``` /////////////////////////////////////////////////////////////////////////////////////// ///////// > openSMILE configuration file for...

When using an updated version of `pyyaml` (version 6.0) on Google Colab, there is an import problem in some of Google Colab python packages, like `plotly.express`: ``` --------------------------------------------------------------------------- TypeError Traceback...

question

I'm trying to read from this site: [http://knesset.gov.il/Odata/ParliamentInfo.svc/](http://knesset.gov.il/Odata/ParliamentInfo.svc/) The site is in XML and every table is saved in XML too. For example: [http://knesset.gov.il/Odata/ParliamentInfo.svc/KNS_Agenda](http://knesset.gov.il/Odata/ParliamentInfo.svc/KNS_Agenda) When reading with **python-pyodata**, there is...

V3

I tried to get the data from this site: [http://knesset.gov.il/Odata/ParliamentInfo.svc/](http://knesset.gov.il/Odata/ParliamentInfo.svc/) This is the code I used: ``` from odata import ODataService url = 'http://knesset.gov.il/Odata/ParliamentInfo.svc/' Service = ODataService(url, reflect_entities=True) print(len(Service.entities)) ```...

I use an AWS sagemaker ml.t2.medium machine. This is the distributaion: `Linux ip-172-16-23-13 4.14.171-105.231.amzn1.x86_64 #1 SMP Thu Feb 27 23:49:15 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux` I downloaded `libsndfile` with:...