Carlo Perassi
Carlo Perassi
Hi, a two line script like ``` from detecto import core model = core.Model.load('mypath', ['foo']) ``` still tries to download the default model from the Internet. I have a use...
Hello, thanks for your tutorial and project. I tried to create the prod version with `ng build --aot --prod --bh ./ # or variants` it works when served within a...
### Version 1.x ### Reproduction link https://demos.creative-tim.com/vuetify-material-dashboard/#/ ### Operating System any ### Device desktop or mobile ### Browser & Version Chrome and Firefox, both latest ### Steps to reproduce Open...
Hi, thanks for your work. I'm trying PyTorch-StudioGAN for the first time on a custom dataset I created according to your documentation tree structure. In the training example commands, I'm...
Hi, still me. Just tried `get_predictions('binance', 'BNB', 'BTC')` and I don't get 7 objects as the documentation states but a messy 10 objects array with a few duplicates (16 twice,...
Hi, thanks for your work. I'm not a workerman user so my apologies for such a simple question. In your post example, $requst returns a huge object: how to retrieve...
Hi, thanks for your work. I tested all the algorithms in `anomaly` and they are fine but it seems that `SOD` has an issue, both creating/assigning it and predicting with...
Thank you for this library: I tried it with the `Dockerfile` - without `GPU` - and I was able to generate a new file right away. Let's say I have...