KiAlexander

Results 6 issues of KiAlexander

Traceback (most recent call last): File "job_spider.py", line 338, in spider.run() File "job_spider.py", line 329, in run self.job_spider() File "job_spider.py", line 90, in job_spider bs = BeautifulSoup(html, "lxml").find("div", class_="dw_table").find_all("div", class_="el")...

## Current Behavior I try to uptate python3.5 to 3.5 but I fail ,so I try to uptate conda. Still the same problem happans as follows. ``` $conda update conda...

stale::recovered

when I try the audio file SpecAugment,something wrong happaned, do anyone have an idea to solve the following problem? Python 3.6.9 |Anaconda, Inc.| (default, Jul 30 2019, 19:07:31) [GCC 7.3.0]...

I am a Chinese student and I am confronted with the following problem looking foward to any good advice: pi@raspberrypi:~$ voicecommand Opening config file... Recording WAVE 'stdin' : Unsigned 8...

Thank you for sharing such awesome work! But how to achieve the [demo of Active Speaker Detection](https://www.youtube.com/watch?v=A5tmRjpxHvA&feature=emb_logo) as the [Project page](https://www.robots.ox.ac.uk/~vgg/research/avobjects/) shows? I noticed the function [viz_boxes_with_scores](https://github.com/afourast/avobjects/blob/4a9d0d5af373d682be29487e68b9233809552e08/viz_utils.py#L121) but I didn't...

I try to test my codes which calculate sdr with your separate samples(ex_18). In my sdr codes, the result is about 6.47 while yours is 19.37. can you help me...