Graham

Results 15 issues of Graham

`scaler, Xtrain, Xtest, ytrain, ytest = split(share, 'Close', normalize = True)` ``` --------------------------------------------------------------------------- ValueError Traceback (most recent call last) in () ----> 1 scaler, Xtrain, Xtest, ytrain, ytest = split(share,...

Windows 10, python 3.6.3 Full error when trying to run main.py: Using TensorFlow backend. Traceback (most recent call last): File "\speech-denoising-wavenet-master\main.py", line 169, in main() File "speech-denoising-wavenet-master\main.py", line 163, in...

Running `main.py` with arguments `!THEANO_FLAGS=optimizer=fast_compile,device=gpu python /content/speech-denoising-wavenet/main.py --mode inference --config /content/speech-denoising-wavenet/sessions/001/config.json --noisy_input_path /content/speech-denoising-wavenet/data/NSDTSEA/noisy_testset_wav --clean_input_path /content/speech-denoising-wavenet/data/NSDTSEA/clean_testset_wav ` ``` Using TensorFlow backend. /usr/lib/python2.7/site-packages/h5py/__init__.py:34: FutureWarning: Conversion of the second argument of issubdtype from...

short description in the command for what applications are

I'd like to make any app I choose into a portable app. Is there some way I could use this repository to achieve that?

@KnightDanila You're smarter than me, maybe you can figure it out. # Step 1: Output frames from video: ``` REM https://forum.videohelp.com/threads/344457-can-t-get-ffmpeg-to-convert-video-to-image-sequence#post2177407 ffmpeg -i %%x -r 0.10 -f image2 -s 1280x720...

Does this work on AMD cards? What are the GPU requirements for inference?

enhancement