mosheliv
mosheliv
Thank you for the amazing lib. would it be possible to add shufflenet to it?
First, thank you for the wonderful library. It helped me achieve amazing results in my project, and your continious support is much appreciated! I am a it struggling with adding...
I am training now on a set that has a lot of outliers (not clean). As such I get a lot of class mismatches from k nearest. There are only...
**Is your feature request related to a problem? Please describe.** Its difficult to try merlion because of requirements collision. A docker or maintained colab notebook would solve this nicely. Currently...
The repository does not contain any code for the VOC image aware and object aware augmentation, and the paper does not details the probabilities and hyper parameters used. Is it...
code does not run under new keras/tf
Thank you! (i'll post the details after the competition is over)
Hi, I am trying to run TSD inside a docker using the following python (/lh points mapped the host directory) ``` from mmdet.apis import init_detector, inference_detector import mmcv import sys...
I have a reactive_form dialog with a start_time and end_time timepicker. I want the start_time to be opened as soon as the dialog is opened, without the user having to...
``` /usr/local/cuda/bin/nvcc -I/home/m/.local/lib/python3.7/site-packages/torch/include -I/home/m/.local/lib/python3.7/site-packages/torch/include/torch/csrc/api/include -I/home/m/.local/lib/python3.7/site-packages/torch/include/TH -I/home/m/.local/lib/python3.7/site-packages/torch/include/THC -I/usr/local/cuda/include -I/usr/include/python3.7m -c csrc/focal_kernel.cu -o build/temp.linux-x86_64-3.7/csrc/focal_kernel.o -D__CUDA_NO_HALF_OPERATORS__ -D__CUDA_NO_HALF_CONVERSIONS__ -D__CUDA_NO_BFLOAT16_CONVERSIONS__ -D__CUDA_NO_HALF2_OPERATORS__ --expt-relaxed-constexpr --compiler-options '-fPIC' -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE="_gcc" -DPYBIND11_STDLIB="_libstdcpp" -DPYBIND11_BUILD_ABI="_cxxabi1011" -DTORCH_EXTENSION_NAME=focal_cpp -D_GLIBCXX_USE_CXX11_ABI=0 -gencode=arch=compute_52,code=sm_52 -gencode=arch=compute_70,code=compute_70 -gencode=arch=compute_70,code=sm_70 -std=c++14 /home/m/.local/lib/python3.7/site-packages/torch/include/c10/core/SymInt.h(84):...