-
Hi,
Is it possible to use online evaluation of SSL encoder with a linear classifier to run on different data then the one being used for pre-training?
-
Hello and thanks for this project!
I am trying to run the code in 'readme' and the example i used is 'Hyperparameter Tuning Example' which is provided in the code.
My code is the same as yours:
…
-
- I have been unable to reproduce the results of the KNN (K=2) baseline on the provided datasets, except for the Epilepsy dataset where I was able to get the same score as reported in the paper. Howev…
-
Hello, I have been following your work for a long time. Congratulations on your article being accepted by NIPs 2022. You said in the previous version of the article that you would release the code aft…
-
Hi, our team is interested in your work, but there are some error that prevent me from running the example. are you sure it's the latest version?
-
There seems to be errors in main.py
![image](https://user-images.githubusercontent.com/17287860/198988886-1688b16d-512d-43d0-9c5a-b784a02e742f.png)
There is no module named 'models' in the proje…
-
Hello,
I was looking more closely at Connor's `cl_bayes` file and I think that the code there would work really well with KNN model. My understanding of KNN leads me to think that it would sort-of …
-
In DataTransform_FD funtion:
li = np.random.randint(0, 2, size=[sample.shape[0]]) # there are two augmentations in Frequency domain
li_onehot = one_hot_encoding(li)
aug_1[1 - li_onehot[…
-
# What we want to do?
Create colours histograms and use as input to a classifier, starting with KNN.
# How
## Preprocessing
The goal of the preprocessing is to create a `Pipeline` object that …
-
### Feature Request:
While going through various source files for implementing sanity check as mentioned in #2820, I noticed that some of the key methods lack Predict function. Few methods that came …