lpuglia
lpuglia
Hello, I'm not sure this is the correct place to report the problem I'm experiencing, feel free to redirect me, I just wanted to experiment with LiquidCore using latest version...
I just noticed that to properly call functions of the form: > RandomChoice* you have to input a Tensor as first argument, e.g.: `RandomChoiceBrightness(values=torch.FloatTensor([-0.5,0.0,0.5]),p=[0.1,0.8,0.1])` is this the intended behaviour? Using...
RandomChoiceContrast was stucked to use none as the probability for the choice
Hello, I'm trying to understand the details of the multistep sparsity training scheduler, in particular I'm learning from the config [example](https://github.com/openvinotoolkit/nncf/blob/develop/docs/compression_algorithms/Sparsity.md). Here is the part that confuses me: ``` json...
Is it possible to keep track of the current tree (opened folder) after a page refresh? to be more clear: after I do a page refresh (F5) all the folder...
@cttynul sto usando l'ultima versione del tuo fork, credo che abbiano cambiato di nuovo API ``` 2019-11-02 10:33:09.431 T:7952 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following errorEnd...
Does mojo supports non-square image? I was trying to use it with VGA size images and it was giving seg-fault error, then i found this in the code: `const int...
## General - **Operating System**: Ubuntu - **Python version**: 3.11 - **Pandas version**: 2.0.3 - **Pandarallel version**: main branch ## Acknowledgement - [x] My issue is **NOT** present when using...
Not sure why ApolloBian didn't reply further to the PR(https://github.com/nalepae/pandarallel/pull/203) but i'm here to make sure this change is merged.
The following is the copy-paste of a question I opened on stackoverflow, it looks like to be a bug, so here i go: I'm trying to keep the viewpoint consistent...