Shaowu Chen

Results 4 issues of Shaowu Chen

Hello, I just learn the amazing Rocket and MiniRocket recently. When I used them to classify some UCRArchive2018 datasets (such as 'DodgerLoopGame'), NaN values representing missing values caused Errors. Therefore,...

could u please fix it, your project means a lot to me

Hi, the discord invite link is invalid or has expired. Would you mind updating the link? Thanks!

Hi, I am using OBDCImportance for CNN like this ``` if args.method == "obdc": proxy_model.zero_grad() imp=pruner.importance imp._prepare_model(proxy_model, pruner) # raise error here ``` But seems the line [https://github.com/VainF/Torch-Pruning/blob/adf1b075aa4f53043937d29e1953516ef477fc81/torch_pruning/pruner/importance.py#L611](url) `group =...