unanan
unanan
Face the same issue. I solve it to modify by: ``` def pre_emphasize(x, coef=0.95): if coef 1: x = x[:, 0] x0 = np.reshape(x[0], (1,)) diff = x[1:] - coef...
about the rate: modify: https://github.com/santi-pdp/segan_pytorch/blob/master/clean.py#L60-L78 to: ``` if not opts.h5: tbname = os.path.basename(twav) rate, wav = wavfile.read(twav) wav = normalize_wave_minmax(wav) else: tbname = 'tfile_{}.wav'.format(t_i) wav = twav twav = tbname...
> After run run_segan+_clean.sh I obtained enhanced .wav files, but it sounds like the audio is slowed down by many times. I'd like to know which test data set should...
Hi, @muziyongshixin In my Android Studio, it is built failed with errors like: ``` ../../../../src/main/cpp\Eigen/Core:84:20: error: expected value in expression #if EIGEN_COMP_MSVC ^ ``` Do you know how to deal...
> @hflserdaniel 我直接说中文吧,英文说着不好准确表达怎么解决这问题。 > 这个问题主要是没有找到ltensorflow_framework导致的,估计作者是自行编译安装的tensorflow,而不是pip安装的(虽然作者给的环境配置是pip安装的,我猜的);你可以在tensorflow安装文件夹中查找一下(百度find指令)libtensorflow_framework.so.1该文件的路径,然后把该文件cp一份到usr/lib/目录下,然后进行软链接生成libtensorflow_framework.so,就不会报错了(可参见[https://blog.csdn.net/songyu0120/article/details/46931329)](https://blog.csdn.net/songyu0120/article/details/46931329%EF%BC%89) I solve this problem by assign : ``` ln -s /root/env/lib/python3.7/site-packages/tensorflow/libtensorflow_framework.so.1 /root/env/lib/python3.7/site-packages/tensorflow/libtensorflow_framework.so export LD_LIBRARY_PATH=/root/env/lib/python3.7/site-packages/tensorflow/:$LD_LIBRARY_PATH ``` Under `/root/env/lib/python3.7/site-packages/tensorflow/` there is the `tensorflow_framework.so.1`
[train_triplet.py#L283](https://github.com/liorshk/facenet_pytorch/blob/3997d996ed15a4e1776ef516794c82160b271f61/train_triplet.py#L283)
same issue > alias="default" can succeed, but changing other aliases will fail
My PC died when I wrote it with ```np.dot``` :)
> Runing the inerence sample > > `python sample.py -m "DiT/XL-2" --text "a person is walking on the street" --ckpt /path/to/checkpoint --height 256 --width 256 --fps 10 --sec 5 --disable-cfg`...
@Z-YuPeng Hi, can you provide the approximate VRAM occupancy?