Caz Czworkowski

Results 10 comments of Caz Czworkowski

It seems to be trying to do it Linux style even though I'm on PC?

Here is my requirements.in file. `black==v19.10b0 flake8>=3.7.9, =4.3.21, =5.1, =1.7.1, =0.36.2 aitextgen>=0.5.1 beautifulsoup4>=4.9.3 camelot-py>=0.8.2 ghostscript mammoth>=1.4.15 opencv-python>=4.5.2.52 pdfminer.six==20201018 pyPDF2>=1.26.0 python-docx>=0.8.10 tabula-py>=2.2.0 tensorflow-gpu>=2.3.0`

There doesn't seem to be a minbatch.py file in the tensorflow package to make these changes in? Where do I change it to int()?

Yeah I have this same issue on the Quest 2. `List inputSubsystems = new List(); SubsystemManager.GetInstances(inputSubsystems); if (inputSubsystems.Count > 0) { List boundary = new List(); if (inputSubsystems[0].TryGetBoundaryPoints(boundary)) { //...

Yes. This was poorly documented. You need to adjust your audio array to write to the wav file if you are running in float16. ``` audio_array = speech_output.cpu().numpy().squeeze() audio_array /=1.414...

Try putting the inputs on the device too.

Can this be added to the docs as a warning so others don't spend a ton of time trying to figure out why its not working?

It has a max of 65k verticies. This repo needs to be modified to split it into children

That is accurate.

Could this be adjusted to be zero touch? So it doesn't just run the two scripts but it also provides the template, a name, and run steps configurable in the...