Raed

Results 7 comments of Raed

@johnbumgarner Would love to contribute on that

@AlviseSembenico The best I've found is https://github.com/fhamborg/news-please They recently released a paper with a non transformer based model https://github.com/fhamborg/NewsMTSC It would be great to see a version of that library...

Any word on when this will be resolved? Temporary Solution here https://www.reddit.com/r/pushshift/comments/107pm28/does_anybody_have_reddit_web_scraping_alternatives/

https://www.reddit.com/r/pushshift/comments/zkggt0/update_on_colo_switchover_bug_fixes_reindexing/ Caused by server switch-over. I'd advise you to follow the instructions [here](https://www.reddit.com/r/pushshift/comments/107pm28/does_anybody_have_reddit_web_scraping_alternatives/) for a temporary workaround. Copied below for anybody else that comes across this issue. Link to [Reddit...

Specifically this seems to occur in `dm_control/composer/observation/updater.py` ``` for enabled in self._enabled_list: first_delay = _call_if_callable(enabled.delay) enabled.buffer.insert( 0, first_delay, enabled.observation_callable()) ``` When we call enabled.observation_callable() for the following `enabled` ``` enabled...