Rajat Kumar
Rajat Kumar
@HanleiZhang Any update? Thanks
> Hi,@rajat-tech-002 > here is the result of the predicted value of K when cluster_num_factor is 2.When cluster_num_factor is greater than 1, different seeds will have different predicted value of...
@fritzo , Sure Output of pip freeze: absl-py==0.11.0 alabaster==0.7.12 apex==0.1 argon2-cffi==20.1.0 ascii-graph==1.5.1 async-generator==1.10 attrs @ file:///tmp/build/80754af9/attrs_1600298409949/work audioread==2.1.9 Babel==2.8.0 backcall==0.2.0 beautifulsoup4 @ file:///tmp/build/80754af9/beautifulsoup4_1601924105527/work bleach==3.2.1 blis==0.4.1 boto3==1.16.11 botocore==1.19.11 brotlipy==0.7.0 cached-property==1.5.2 catalogue==1.0.0 certifi==2020.6.20...
I was able to solve the issue by downloading the repo and updating 1 line as follows: line 464 in https://github.com/makcedward/nlpaug/blob/master/nlpaug/augmenter/word/context_word_embs.py `masked_text= self.model.get_tokenizer().convert_tokens_to_string(head_doc.get_augmented_tokens())[0].strip()`
@nekovolta What I assume is that you use: Dataset: ECO, Sample rate: 60, Algorithm: FHMM and prediction for 'Fridge'. I tried to simulate the same using the code. `train.set_window(end="2012-08-30") test.set_window(start="2012-07-01",...
@ilia200 Yes, this works fine. """Selects the 'best' alternating current measurement type from `available_ac_types`. Parameters ---------- available_ac_types : list of strings e.g. ['active', 'reactive'] mains_ac_types : list of strings, optional...
@nipunbatra , Sir can we use tqdm progress bar here? [https://tqdm.github.io/](url)