saraswat40

Results 10 issues of saraswat40

I retrieved the docker image like so: `# docker pull akashin/coursera-aml-nlp` `#python3 --version` shows that this has python 3.5 installed Unfortuantely python 3.5 has [this](https://stackoverflow.com/questions/1867861/how-to-keep-keys-values-in-same-order-as-declaredl) bug. Because of this test_my_bag_of_words()...

I am just trying to follow the tutorial [here](https://voxel51.com/docs/fiftyone/recipes/image_deduplication.html) in a local jupyter notebook: something like this often hangs: session.view = dataset.take(10) sometimes it works sometimes it doesn't Also the...

bug
awaiting more evidence

The following text gets detected as 'da': Let's talk somewhere else The following text gets detected as 'sv': fucking idiot Is there a workaround for this? In general this only...

I'm on ubuntu 22.04. I installed certbot-dns-godaddy in a virtual environment as described here: https://github.com/miigotu/certbot-dns-godaddy/issues/6 and also called the certbot as described in that post. But the txt record never...

Just trying to confirm whether fastai object detection is broken atm. I have looked at this [resource](https://walkwithfastai.com/Object_Detection) which towards the end suggests that show_results and predict both do not currently...

I am following your multilabel classification tutorial. How do I load a model with pretrained=false? Thanks

Not sure if I missed something but if I try to run: https://github.com/airctic/icevision/blob/master/notebooks/inference.ipynb I get this error: NameError Traceback (most recent call last) [](https://localhost:8080/#) in ----> 1 export_batch_inferences_as_coco_annotations( 2 preds=preds,...

bug

We are trying to retrieve the status of a merchant account like so: ``` Config conf = new PayConfig() .withAccessKey(AMAZONPAYACCESSKEY) .withSecretKey(AMAZONPAYSECRETKEY) .withCurrencyCode(CurrencyCode.USD) .withSandboxMode(false) .withRegion(Region.US); Client client = new PayClient(conf); final...

Hello, Is it possible to upload a feed file using this SDK? I'm thinking no but if I missed something can you please point me to the documentation/sample? If not,...

Per documentation, I just cloned the project and `mvn cargo:run` ![image](https://github.com/user-attachments/assets/d0c7656d-b869-4685-b424-1e36a6fcd167) Here is the console: ![image](https://github.com/user-attachments/assets/62c33234-4b5c-4e7d-80bf-37a2b9d34cb6) Did I miss something?

triaged
on-jira