LangR7

Results 6 comments of LangR7

thanks for your answer!

> > Honestly appreciate your project! Qusetions about the use_time mode of eval.py. When I changed the value of 'warp_embed_key' to 'time', I got this error ![image](https://user-images.githubusercontent.com/52910798/147311560-36e37599-b67a-4a78-a929-c69bf42ecded.png) ![image](https://user-images.githubusercontent.com/52910798/147311667-3f64c1e3-f427-4cab-82e8-af7cf10db5d6.png) It seems...

> 响我渲染的视频的流畅性。我目前还没有搞清楚在训练前如何自定义**num_embeddings**的值,**如果你找到了修改的办法,也请麻烦告知我~** 同学你好,感谢你的帮助!我按照你说的断点调试了,确实我的num_embeddings只有70多,但我本身有280帧,然后通过研究代码,最后看起来work的方法是在interp.py中line 92 ``` # if interval < 2 or interval % 2 != 0: # raise ValueError('interval must be a positive even number.') ``` 首先把这两行注释掉,然后我用的config是hypernerf_interp_ds_2d.gin,在这里面把 ``` InterpDataSource.interval =...

i use [pbmm_to_pb.py] (https://github.com/openvinotoolkit/open_model_zoo/blob/master/models/public/mozilla-deepspeech-0.8.2/pbmm_to_pb.py) convert pbmm to pb

> > i use [pbmm_to_pb.py] (https://github.com/openvinotoolkit/open_model_zoo/blob/master/models/public/mozilla-deepspeech-0.8.2/pbmm_to_pb.py) convert pbmm to pb > > 我有个疑问:pbmm_to_pb.py只是转换英文数据集下训练的模型,虽然运行中文数据集模型时候代码没有报错。但是我看了下维度是29,如果是中文的话肯定不止,不知道你有没有注意到这点。 是的啊,可是这个也可以把deepspeech最新版本的CN模型从pbmm转成pb哇

> 请问一下对于您给的模型:deepspeech-0_1_0-b90017e8.pb 怎么样才能替换成:deepspeech所给的官方代码deepspeech-0.9.3-models-zh-CN.pbmm——官方连接·https://github.com/mozilla/DeepSpeech/releases 你好,请问你解决了吗