Mohammad Tavakoli

Results 12 issues of Mohammad Tavakoli

I want download YouTube video that have Arabic title. I use `youtube-dl` package to download that sites; like: https://www.youtube.com/watch?v=pF5SdFWNhTc My youtube-dl options is : ```python youtube_dl_options = { "format": "(bestvideo+bestaudio/best)",...

question

I use spyder for run create_model_2.py and then used the predict_2. but it's get error with restore. I closed spyder and run predict_2 , this time it is run correct...

Hi yanks for this tutorial. How can calculate accuracy and recall here?

I updated my delta lake to version 3.0.0 and user pyspark 3.5.0. I Use this code to save my df in delta lake: ``` df\ .write\ .format("delta")\ .saveAsTable( "db.user" )...

bug

when i want download this site streamingData error is show: https://www.youtube.com/watch?v=QI7Xu3WJUgo how can solve that?

bug

when I want downlow this URL: https://www.youtube.com/watch?v=C0u_v7vEDBY the following error accrue.. [/usr/local/lib/python3.10/dist-packages/pytube/cipher.py](https://localhost:8080/#) in get_throttling_plan(js) 409 match = plan_regex.search(raw_code) 410 --> 411 transform_plan_raw = find_object_from_startpoint(raw_code, match.span()[1] - 1) 412 413 #...

bug

How you compute PLCC and SROCC ?

How can download the caltech 256 train, test and label_dict pickle?

I must use tensorflow 2.14.0 for my work. But when I run it show the folowing error : ``` from .models import create_model, create_model_2_model_padding, create_model_2_model, create_model_2_model_patch_size File "F:\_brain\_code\_code_one_by_one\modules\models.py", line 23,...

I want to change in some models then I use directly your codes. when I want import it with below code: `from classification_models_3D.classification_models_3D.kkeras import Classifiers` this error is happend: `cannot...