Omid Erfanmanesh

Results 11 issues of Omid Erfanmanesh

I am going to use ENUM class in my config file and I got this error. my code is ```python from utils import MetricsType, TrianingMode from yacs.config import CfgNode as...

hi i make value-fa but it doesnt support . can you help me ? thanks

Hi I am trying to run this code with my dataset. My dataset was built with the COCO annotator and it has a coco JSON format file. I have one...

I am new to PyTorch and I like your valuable project. to better understand, I will appreciate it if you explain that why you use a loop and extract all...

getprobability() return value more than 1 (not between 1 and 0) what should i do? tnx

https://github.com/4uiiurz1/pytorch-auto-augment/blob/56e4ba03e4e914abe4e22db8d78c6407c0a21866/auto_augment.py#L222

Hi Thank you for your valuable repository. How to change the loss function for binary classification?

I am trying to run AirSlim on docker and when I run this command ```python python3 build_airsim_image.py --base_image=nvidia/cudagl:11.4.0-devel-ubuntu20.04 --target_image=airsim_binary:11.4.0-devel-ubuntu20.04 ``` the log is : ``` root@omid:/home/omid/OMID/projects/python/AirSim-master/docker# python3 build_airsim_image.py --base_image=nvidia/cudagl:11.4.0-devel-ubuntu20.04 --target_image=airsim_binary:11.4.0-devel-ubuntu20.04...

Docker

Hi I click on one tab then click on center button but the tab does't deactivate (change text color to gray ) thanks

Hi lemmatizer & stemmer didnt work properly on java . please check this issues . thnaks //////////// System.out.println(stemmer.stem("می رفتم")); می رف /////////// System.out.println(lemmatizer.lemmatize("می رفتم")); می رفتم ////////// System.out.println(stemmer.stem("می روم")); می...