Chen Xupeng
Chen Xupeng
使用--clear --all命令的时候发现几十个课程的文件夹都被直接删除了,似乎是个bug?
**Describe the issue**: Hi, I am using nni for model quantization. When I do modelspeedup using ``` engine = ModelSpeedupTensorRT(model, input_shape, config=calibration_config, batchsize=batch_size) ``` It raised an error `TypeError: The...
**Describe the issue**: When I tried to run the demo from the doc here https://nni.readthedocs.io/en/stable/tutorials/quantization_speedup.html, I could not found `scripts.compression_mnist_model` in `from scripts.compression_mnist_model import TorchModel, trainer, evaluator, device, test_trt` **Environment**:...
I use the default setting of [4,4,4,4] in 20180510_mixture_lj_checkpoint_step000320000_ema.json for umsample parameters, and I got an error from ``` if c is not None and self.upsample_net is not None: c...
Hey, I am trying to run the codes in NB4b - Alternative Model (Training), I found the `DATA_PATH = f'data/{notebook_name}/'` but the data is not provided? I am not sure...
Hi, thanks for the codes! I run into a problem when executing: ``` import torch from performer_pytorch import Performer model = Performer( dim = 512, depth = 1, heads =...
Hi, I have a question when I use CREPE to estimate f0 in human voice dataset. I found that the f0 has fluctuation even in audio's silent period. Is it...
windows的软件似乎没法下载了?
Hi, thanks for the great codes! Just wondering if you have any plan to support the 3D version of SimMIM (Video Swin Masked Encoding)? I think there is some paper...
hey, I am also trying to use SPICE to estimate f0, but I found the model in tf hub did not allow me to change the frame rate of the...