Tommaso Bendinelli
Tommaso Bendinelli
Hello, I am trying to create the following sell order: ``` order = Order( action=1, order_type=0, price=54.1, product_id=18364386, size=2, time_type=3, ) ``` When trying to validate the order with `...
I am using a virtual environment with following packets: Package Version -------------------- --------- absl-py 0.8.1 astor 0.8.0 cachetools 3.1.1 certifi 2019.9.11 chardet 3.0.4 gast 0.2.2 google-auth 1.7.0 google-auth-oauthlib 0.4.1 google-pasta...
It would be beneficial if the node's graph can have different colors depending on the flags/tags set in the markdown item. For instance, if I tag with "RED FLAG," a...
Hello, I would like the pdbpp debugger to ignore code that is installed (i.e. pip install libraries), so for instance if I call "step" into a installed function, it returns...
Hello, I successfully created used iaa.PerspectiveTransform(scale=(0.01, 0.30)) on a batch of images. Now I would like to get the transformation matrix (i.e. the Prespective Transformation matrix) that lead from the...
Hello, I just went quickly through your note, but it seems like an excellent and math-based approach. Great Job! I was wondering whether I could implement your scheduler in the...
I have installed pytube via `python -m pip install git+https://github.com/pytube/pytube`.` **Describe the bug** Video and Audio files are saved without suffix (i.e. without .mp4). however Pytube expects them with the...
Hello, I have an extremely hard segmentation task. The network (SOLOv2) is struggling a lot even in the training set. What parameters should I change to increase model learning capacity?...
I lost some time realizing it, so it is better to write it in the documentation.