Alim Tleuliyev

Results 6 comments of Alim Tleuliyev

Hello @SkalskiP @geezacoleman @ofrimasad @BloodAxe, Seems that the above methods did not work for you, as for me. Any updates on how to change the input size?

Hello @binrey I trained the model using this params: ```{python} train_params = { # ENABLING SILENT MODE "average_best_models":True, "warmup_mode": "linear_epoch_step", "warmup_initial_lr": 1e-6, "lr_warmup_epochs": 3, "initial_lr": 5e-4, "lr_mode": "cosine", "cosine_final_lr_ratio": 0.1,...

@Lingyun97 Have you resolved the issue?

> Getting logs with BiDi in python: > > from selenium import webdriver > from selenium.webdriver.chrome.options import Options > from selenium.webdriver.common.by import By > from selenium.webdriver.support.ui import WebDriverWait > >...