loukasilias

Results 10 issues of 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 : ![118801345_672853366922853_1482046152836433382_n](https://user-images.githubusercontent.com/66082450/92098590-1e011280-ede2-11ea-95c4-0634d2f1bd19.png) 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! ![image](https://github.com/jcvasquezc/DisVoice/assets/66082450/52e8622d-f6bc-4a8a-ab83-9e1e88855952)

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,...

enhancement

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...