jasontu

Results 4 comments of jasontu

> Could you tell us which script you are using? > > Have you changed any code or just used the original code from us? > > Also, please tell...

Hi @csukuangfj, Yeah, add @torch.no_grad() seems work, the memory decrease from 2.5G to 2.1G. I'm not sure is it normal to use ~2G memory, or any other idea to decrease...

@csukuangfj ``` #!/usr/bin/env python3 # -*- coding: utf-8 -*- import logging import math from argparse import ArgumentParser from pathlib import Path import kaldifeat import sentencepiece as spm import torch import...

> Does the memory grow linearly from 0 to 2.1GB and then keep at 2.1 GB? > > > _LOGGER.info(f'[{wav_file}]: [{duration:.3f}s] [{text}]') > > Could you give the output of...