Eduards Mendez

Results 3 issues of Eduards Mendez

When attempting to execute the training script main.py using the shell script train.sh, an import error occurs related to the module timm.models.helpers. The specific error indicates that the function overlay_external_default_cfg...

I have linux-manjaro xfce, well, i run python main.py ``` Traceback (most recent call last): File "/home/eguar/also_live/whatsapp-web-scraping/main.py", line 111, in main() File "/home/eguar/also_live/whatsapp-web-scraping/main.py", line 80, in main driver = webdriver.Chrome(executable_path=CHROMEDRIVER_PATH,...

The previous solution only supported int types, resulting in a TypeError when trying to sum other data types, such as lists. This update fixes the issue by allowing mysum_bigger_than to...