loukasilias
loukasilias
Hi all, I would like to ask you how I can remove the fully connected layer at the top of the transformer layer. I want to get the output of...
Hello, Are PALM or randomise (FSL) supported by nipype ? Thank you!
I have run the expirements with DVAE and in bayesian optimization i get the following results in best_arc_scores.txt :  Is this metric accuracy? Why is it nearly 10% ?...
Hello, I am comparing the results of this library with SPSS and I observe that they are different. Is it logical or is it a bug? Thank you!
Hello! I am using the following code: ``` from hear21passt.base import get_basic_model,get_model_passt import torch # get the PaSST model wrapper, includes Melspectrogram and the default pre-trained transformer model = get_basic_model(mode="logits")...
Hello, I am trying to extract articulation features and I am getting the following error. How can I fix it? Thank you! 
Hello, Can I use PyActigraphy for reading ACTILIFE data? Thank you!
Hello, In the current tutorials/implementations, all the days are visualized in one diagram. Could I visualize one day per diagram? I mean something like this: https://s3.amazonaws.com/actigraphcorp.com/wp-content/uploads/2018/02/19210723/screenshot-al-inclineview-v5.png Thank you. Best regards,...
Hello, I have a dataframe of tabular data. Let's say that data columns are already in format of 0,1,2,3 etc. How can I handle these columns? Thank you!
Hello, How can I have access to the confusion matrix per experience? I have two experiences. I have this integrated the code below, but I dont know how to access...