Skier23
Skier23
**Is your feature request related to a problem? Please describe.** It would be nice to disable the input options for Movies/Scenes and Galleries on the scene edit page for people...
**Describe the bug** Anytime I try to filter by annotation results I get an internal server error and label studio stops responding **To Reproduce** Steps to reproduce the behavior: 1....
### PR fulfills these requirements - [x] Commit message(s) and PR title follows the format `[fix|feat|ci|chore|doc]: TICKET-ID: Short description of change made` ex. `fix: DEV-XXXX: Removed inconsistent code usage causing...
**Describe the bug** Label selected tasks does not correctly work for previously submitted tasks **To Reproduce** Steps to reproduce the behavior: 1. Select 10 tasks or so that have already...
I'm looking to do something like this: ``` @pipeline_def(batch_size=1, num_threads=4, device_id=0) def custom_pipeline(): # Triton will provide the input through "DALI_INPUT_0" # Here, we expect image paths image_paths = fn.external_source(device="cpu",...
I'm trying to make a dali preprocessing pipeline extremely similar to the inception example but I can't seem to figure out how to get the correct format on the client...
I like the idea of batch scraping urls for metadata, however, in my opinion, there needs to be a merge option (at least for tags) rather than strictly a replace....
## Bug Description When using torch_tensorrt.Input and torch_tensorrt.compile, I get an error: ` File "/mnt/c/Coding/Testing/PyTorch/MultiClassImageClassification/src/compressmodel.py", line 48, in trt_gm = torch_tensorrt.compile(model, ir="dynamo", inputs=[input], enabled_precisions = {torch.half, torch.float}, output_format="torchscript") ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File...
This page has several issues with the provided examples: https://pytorch.org/TensorRT/user_guide/saving_models.html 1. In the examples, an optional parameter is passed before a non-optional parameter which is invalid python. This issue also...