Max Kraan
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