Yuminosuke Sato

Results 32 issues of Yuminosuke Sato

Device Specifications OS: Windows 10 WSL: ubuntu 18.04.6LTS GPU: NVIDIA Geforce 3090, Driver Version: 4 Steps to reproduce the error Followed the instructions detailed in the README To test the...

How was the brainwave signal generated using GPT-2? If possible, could you indicate a place where the Python code is available? If it's not on Github, please provide the code...

## 🐛 Bug ### Description I'm encountering a compatibility issue with the `torch_scatter` package when using PyTorch version 2.1.1 and CUDA version cu118. The error message I receive is related...

#### Issue Overview When attempting to add `torch-scatter` (version 2.1.2) to a project using Poetry, a `ModuleNotFoundError` for 'torch' is encountered during the build process. This issue arises in a...

Dear YOLOX Team, I hope this message finds you well. I am currently working with YOLOX and am interested in tuning the data augmentation parameters to optimize the performance for...

- [x] I have searched to see if a similar issue already exists. Is your feature request related to a problem? Please describe. I often find it inconvenient when using...

enhancement

Hello, I am working on converting the YOLOX Tiny model to TensorRT format using the YOLOX-ROS package. However, I encountered a CUDA compatibility error during the conversion process. The command...

When using the `EEGClassifier` class from the `braindecode` library for training on small datasets, two significant issues arise: 1. **Loss Calculation Failure**: The classifier fails to compute the loss when...

bug
code-improvement

### Objective The goal of this issue is to implement a Graph Convolutional Neural Network (GCNs-Net) model for decoding time-resolved EEG motor imagery signals, as outlined in the paper "[GCNs-Net:...

How should the model be changed when the shape of the EEGNet input is changed? I want to use inputs of (1,1,125,16). (16 channels at 125Hz) How should I change...