Likith Reddy
Likith Reddy
Hi there, I am interested too. The PL project has made my life much easier and I am willing to do the same to others through this PL bolts project.
@Antonini877 First, the dataset files need to be pre-processed, can you have a look at the `preprocessing` folder and run the file `preprocessing/sleepedf/preprocess_sleepedf.py`
@Beck-Pro Can you look into this code ```import torch import os import numpy as np import wandb from data_preprocessing.dataloader import ft_data_generator from models.model import encoder from config import Config from...