Max
Max
I found another way ``` { this.setState({ checked:e.checked === true }); }}/> ``` but animation will gone
The same problem, did anyone find a solution? it happen when I update state in OnTextChanged
@vysakh0 thank you so much, for a response :)
Experience the same issue, looking into sources, anybody know place where library decide in which orientation render image? upd: css attribute rotate help a little bit, but still not a...
Hi @Kayzwer, thank you for help, I tried this command ```bash !yolo train \ data=dataset/data.yaml \ model=yolov8s.pt \ batch=-1 \ epochs=100 \ imgsz=960 \ freeze=10 \ cache=ram ``` And results...
>collect more data and apply more augmentation? Understood, I will try to double the dataset - should I keep 10 layers frozen? - current status indicate small dataset? How to...
Tried this command ```bash !yolo train \ data=dataset/data.yaml \ model=yolov8s.pt \ batch=-1 \ epochs=300 patience=30 \ deterministic=False plots=True \ imgsz=960 \ freeze=10 \ cache=ram \ degrees=30 shear=30 translate=0.15 ``` Results...
Hi @glenn-jocher, thank you very much for helping, I tried different combinations, - `degrees=15 shear=15 translate=0.1` - `degrees=10 shear=10 translate=0.05` - `degrees=10 shear=10 translate=0.05 optimizer=Adam lr0=1E-3` Slower training in hope...