Brett Young

Results 62 comments of Brett Young

The test (nature.py) seems to work -- The issue seems to be a hyperparameter issue i'm guessing.. Average reward: 0.00 +/- 0.00 301/1000 [========>.....................] - ETA: 4s - Loss: 0.1427...

this will help you change versions of gcc and g++ easily https://linuxconfig.org/how-to-switch-between-multiple-gcc-and-g-compiler-versions-on-ubuntu-20-04-lts-focal-fossa

Is "Bundle.main.path(forResource: fileName, ofType: type)" failing or let module = InferenceModule(fileAtPath: filePath) failing? I changed my code to this private lazy var module: InferenceModule = { var fileName = "wav2vec2"...

Ahh sorry, I meant the common voice dataset, not speech commands... I was generating a set for the word "pass" - here are the commands I used.. These may not...

I don't really have an issue, it just seemed strange that I had 20x more samples after stitching than before. Do you see what I am saying?

dividing my images size from 800,600 to 400,300 solved the issue

Full example (ddd_envs is a directory added in rl_zoo3 directory) try: import sys sys.path.append("/home/brett/Desktop/rlzoo/rl-baselines3-zoo/rl_zoo3") from ddd_envs.fb_env import FBEnv # pytype: disable=import-error register( # unique identifier for the env `name-version` id="ddd_fb-v1",...

ah ok now I see it. Thanks!

Here is the code that implements a sliding window to read to store audio. ` func startMicrophone(){ print("start microphone") let recordingFrameBuffer = bufferSize/2 var recordingBuffer: [Int16] = [] var inferenceCount:...

Ok yeah I'll see if I can piece something together. If not, I may use the kotlin code to put together a new android plugin. Would be happy to share...