Max Kraan

Results 9 comments of Max Kraan

Hey, thanks for the quick reply, my system is as follows: OS: Ubuntu 20.04 on WSL2 Python: 3.9.7 Virtual environment: conda I'm installing `coc-jedi` using `vim-plug` for `neovim`. I played...

@pappasam Took me a while but I finally got around to checking out the latest release, jump definition has improved and now also finds all aliased imports. However, for some...

Turns out using `coremltools.models.utils.rename_feature()` in combination with accessing the output elements in the protobuf specification of the model allows you to dynamically rename the output. ``` #!/usr/bin/env python3 import coremltools...

Would also be interested in seeing this exist

I'm seeing an identical as @tusharm , I get an unauthorized: authentication required error when building from a remote private repo $ docker build -f Dockerfile.data-extraction-dota -t "data-extraction-dota/latest" . Sending...

Hi @Auragami, are you trying to load the device into an empty project or one with existing plug-ins / VSTs? If the latter is true, can you first verify that...

Hi @mja-ableton, this is true and perhaps somewhat pro-active on our side in that we've started updating the docs in preparation for Regroove 2. However, I do agree this is...

I suspect you didn't create `assets/model.onnx`? If not you can do so by running `python src/onnx_model.py`

I'm interested in hearing more about whether this is being considered for development. We're building a `cpp` application that use `onnxruntime` for running model inference on device. Having MPS support...