-
I have a lot of 3d data and need to do various data augmentation. I want to do data augmentation in parallel on the gpu, but it seems that pytorch does not allow gpu operation in the dataloader. Is th…
-
Hi, thanks for your interesting tool!
I have been using cTWAS on a few datasets, and have got interesting results.
Overall, I have been able to run most parts of the analysis relatively smoothly.…
-
root@58aa0f98defc:/workspace# bash scripts/generate_block.sh config_tasks/model_blocklm_10B_chinese.sh
Generate Samples
WARNING: No training data specified
using world size: 1 and model-parallel si…
-
Traceback (most recent call last):
File "trainval_net.py", line 322, in
rois_label = fasterRCNN(im_data, im_info, gt_boxes, num_boxes)
File "/usr/local/lib/python2.7/dist-packages/torc…
-
## Packages
Scylla version: `6.1.0-20240804.abbf0b24a60c` with build-id `374d38ae5c8f543c472d3920542bbb543be25d09`
Kernel Version: `6.8.0-1012-aws`
## Issue description
- [ ] Thi…
-
Recently, I have got a VM with 2 A100 GPU. I want to use these VM to run data parallel through Pytorch. However, I meet several problems with the environment. I have succeeded on my lab's server with…
-
I want to run this script, but my computer does not have a GPU. I tried to use the CPU to train, but it failed. How can it be compatible with the CPU?
I got error:
outputs, wav = data_parallel(mod…
-
Hi Guys,
I am using KS2 in spikeinterface. Every time I run the sorter, SI will save the recording in the sorter output folder before running kilosort. This save seems slow—I assume it does not use…
-
### Preliminary Checks
- [X] I have reviewed https://unkey.com/docs for existing features that would solve my problem
- [X] I have searched for existing feature requests: https://github.com/unke…
-
There is a chunk of code (below) that appears in many time. It appears to be (one of) the longer steps to reproducing the data. Is there any reason why we could not subset out features (1000 at a time…