Talha Anwar

Results 46 comments of Talha Anwar

this is default behavior of colab. mostly you need to restart kernal and run the pips again

I can remove some of data to make it fix, but I am not getting correct formula

This scenario is valid if we can feed length of context greater than Bert max sequence length. Can we?

any update on this?

i am just checking if focal loss for multilabel classification has been implemented or not

> Hi @talhaanwarch, did you solve this issue? > > I have the same problem. you should choose `class_mode='raw'`

n_jobs=1 ![image](https://user-images.githubusercontent.com/37379131/144031522-954bc5c3-9552-4d7a-89e6-82e99de05bb2.png) n_jobs=2 ![image](https://user-images.githubusercontent.com/37379131/144031904-30a04960-9d3b-4953-80a8-9219ccc6d6e1.png) same code as #257

need to interpolate `nn.functional.interpolate(logits, size=labels.shape[-2:], mode="bilinear", align_corners=False)`

Here is the code ``` import tensorflow as tf physical_devices = tf.config.list_physical_devices('GPU') tf.config.experimental.set_memory_growth(physical_devices[0], enable=True) from sklearn.model_selection import GroupKFold,GridSearchCV from sklearn.preprocessing import StandardScaler from sklearn.metrics import precision_recall_fscore_support,accuracy_score from sklearn.pipeline import Pipeline...

How can I get an original signal after augmentation, I think I lost that, if I don't save it explicitly and then concatenate augmented and the original signal