Katz Sasaki (Sasaki Katsumasa)
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 -...
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.  (the data is very simplified for...