allan

Results 22 issues of allan

when I run the colab notebook at the block "Transform image", it raises the error: "TypeError: ord() expected a character, but string of length 0 found" Preparing videos and photos...

Nice job! I was recently handling a similar task, which I need to obtain the contour of eyes from the real time video stream. Could you please give me some...

Hi there, recently I'm trying to reproduce this SEGAN model and find out some questions. The biggest question is about the loss function of the discriminator. As we know the...

None of your accounts are a member of 'MGCEKGP4Y4': An unexpected error occurred. Xcode cannot find a team matching 'MGCEKGP4Y4'. No profiles for 'com.hollance.VoiceTensorFlow' were found: Xcode couldn't find a...

In your article, you said Then to install the package: pip3 uninstall tensorflow sudo -H pip3 install /tmp/tensorflow_pkg/tensorflow-1.0.0-XXXXXX.whl I wanna know why I have to uninstall my tensor flow ,if...

crissallandeMacBook-Pro:~ crissallan$ python3 train.py Training set size: (2217, 20) W tensorflow/core/platform/cpu_feature_guard.cc:45] The TensorFlow library wasn't compiled to use SSE4.1 instructions, but these are available on your machine and could speed...

Hello, I'd like to know is it possible to train the Dual GAN without the discrinminator? which means I only need to minimize the "Reconstruction Error" during training? Many thanks!

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 I...

您好,我最近在尝试复现这样一个3层的MLP来进行语音增强,可是效果不太理想。MSELoss收敛到10左右便降不下去了,有什么好的建议吗?

Should we do value clipping in the `gxgy_to_cxcy` function of the utils.py?