Katz Sasaki (Sasaki Katsumasa)

Results 5 issues of Katz Sasaki (Sasaki Katsumasa)

I found that validation images are resized at `class ResizeShortSize`, `data_loader/modules/augment.py`. The short side is resized to 736px (multiple of 32) by config setting, but long side is not guaranteed...

get_output_names() returns garbled text and duplicates same name. ``` >>> import mido >>> mido.get_output_names() ['IACdriver バス1', 'IACdriver バス1'] ``` Here is an actual setting of Mac MIDI studio. Environment -...

invalid
feature:backend
upstream:rtmidi

In the transformers library, we can load multiple adapters to the original model by load_adapter then switch the specified adapter with set_adapter like below. ``` # base model model =...

Thank you for this great project. I have monthly data which is usually 0 and spikes in a constant cycle. Here is a sample with 6 month cycle. ``` date,...

I have a monthly data with 11months cycle like below. The peak appears every 11 months and shifts by one month each year. ![Image](https://github.com/user-attachments/assets/c70a8f55-22a6-4aa6-a0c1-9cc8ad4410f4) (the data is very simplified for...