Simon

Results 35 comments of Simon

I can confirm that this happens on unmigrated accounts. My migrated one seems to work.

Turn it on and off by changing the browserSetup()-Argument to True/False. For more information on headless, refer to [chrome-docs](https://developer.chrome.com/blog/headless-chrome/)

As @Andrew1644563 noted, should not be caused by the program itself, more likely due to poor internet connection or anything with selenium. Restart it.

Could you please provide information on the selenium webdriver version being used? As stated in the traceback part, chromedriver is not found. Have you installed it?

Can this get merged pls? It's quite slow currently.

At least for me specifying a speaker_wav (i.e. `--speaker_wav `) worked. I used the same reference as I did during training.

There is a warning ``/home/user/anaconda3/envs/task_temp/lib/python3.10/site-packages/transformers/generation/utils.py:1470: UserWarning: You are calling .generate() with the `input_ids` being on a device type different than your model's device. `input_ids` is on cpu, whereas the model...

I'm curious: where exactly is the slow down in the crop method? I was unable to track it down. The crop method should seek the corresponding audio parts, i don't...

The same happens upon using `strftime` in the select. I was able to produce `AssertionError: Error col: strftime` using the test set of EHRSQL. With the query ```sql select strftime('%j',admissions.dischtime)...

I adapted the whole test suite to use sqlglot in my fork now, so I can use strftime and projection aliases as well. Maybe it's also interesting for you.