Eli Simhayev

Results 31 comments of Eli Simhayev

any progress making this solution official?

pre-trained model would be very useful

any progress? @aristocratos

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: ![image](https://user-images.githubusercontent.com/17675462/134516367-fd3467cb-7417-40f7-844c-9a8f4ad8aa7f.png) 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 :)