ArtemisZGL

Results 15 comments of ArtemisZGL
trafficstars

> > 1. Spectrogram > > > > 2. Ignore everything behind . > > Hi , I am working on a ASR related project by using conformer. > >...

> > 1. Spectrogram > > > > 2. Ignore everything behind . > > Hi , I am working on a ASR related project by using conformer. > >...

i think the Maximum length of audio and the granularity can be really useful

> the concat is good, because there is channel split later. > > But I find the Total params is larger than paper, and the 1st conv shape seems wrong....

I run your code with torch 1.5 and gym 0.6 seems not converge

I also met the problem, and then i try to modify the code of BucketingSampler in dataloader.py, in the init function, i drop the last batch if the last batch...

all of the result str from greedy search is the same

@shibo0 sorry, I didn't solve this problem and now I use another repo.

i wanna know why i use 2 gpu, and the log show using 2 devices, but the "nvidia-smi" command only show 1 gpu is working, can anybody else use multi-gpu...