Muhammad Yasir
Muhammad Yasir
Hey there, I am using YOLOv4 for German Traffic Sign Detection Benchmark dataset. It has 900 images (divided in 600 training images and 300 evaluation images (PPM Images)). The size...
If I were to change the scratch size in alloc_scratch() in scratch.c and compile the library, would it have any impact on performance?
Hey there all, I am using Anaconda 4.10.3 and trying to run I3D_Fine on macOS, but I am getting conflicts error when executing the command: `conda create -n env_sonnet "tensorflow
Along with accuracy, how one can calculate precision and recall on this dataset?
When I run the command: python train.py --model_dir MODEL_DIR --pre_trained_model PRE_TRAINED_MODEL, where MODEL_DIR=model and PRE_TRAINED_MODEL=pre_trained_model. The error pops out and says: Couldn't find the checkpoint file or checkpoints in the...
Hey there, I added the crfrnn layer to the segmentation model U-Net from https://github.com/qubvel/segmentation_models/blob/master/segmentation_models/models/unet.py library. But at the fit time this error occurs: InvalidArgumentError: 2 root error(s) found. (0) Invalid...
Added ZeroPadding2D at the start before Conv2D and in subsample_initial_block to make densenet variants parameters same as original ones.
Hey Team, I have a stdf file named "FT1_8A350.stdf". Can you guys tell me how to read data from it? Any documentation?
I am trying to finetune Vincuna-7B on 16 Tesla K80(12 GB) GPUs. I am getting Runtime: Expected is_sm90 || is_sm8x || is_sm75 to be true, but got false. (Could this...
Hi all, I have trained RWKV-v4neo from scratch. After going through some issues, it seems that I need to execute run.py in RWKV-v4 to test my model. I changed the...