Eli Simhayev
Eli Simhayev
any progress making this solution official?
pre-trained model would be very useful
any progress? @aristocratos
+1 This will be helpful
Thank you @brudfors. I wrote the following code for converting mask to label and label to mask ```python LABEL_CODES = [(255,0,0), # background (127,0,0), # hair (255,255,0), # skin (0,0,255),...
Any news for a classfication example? I have troubles represnt classifcation data (e.g. [JapaneseVowels](http://www.timeseriesclassification.com/description.php?Dataset=JapaneseVowels)) in GluonTS format. In classifcation, the data is `(instance, variable, time index)`, whereas in gluonTS forcasting...
Thank you! Strangely, now when running the action on pull_request, the build is passing even if the linting failed. Log:  My .yaml file: ```yaml # Based on https://github.com/julianwachholz/flake8-action name:...
Will check with my organization too, thanks **Edit:** It seems that the token is valid, I double cheeked that. I tried to change the trigger to `push` and it still...
One small open issue left, is adding the series decomposition to the decoder with the trend input. Will do after the initial review :)