Gary Lai

Results 21 comments of Gary Lai

Hello @daoliker , From my colleague's works, he replicated many SOTA NLP tasks and tried to replace all previous word representation to BERT. Most of the works get significant performance...

@saeideh-sh Here is another way to get word embedding from BERT. Please check it out! https://github.com/imgarylai/bert-embedding

An example https://github.com/imgarylai/gary-lai.com/blob/master/.circleci/config.yml

> Using `with.token` parameter seems to fix the problem. Would you mind giving a detailed example?

Having this issue for private repo. It was because the GitHub action secrets token can be read in the plugin step. Instead, I put the env variable `CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN...

I also got this problems. This is my Gemfile ``` Gemfile source 'http://rubygems.org' gem 'rails', '3.2.14' # gem 'thin' # gem 'mysql2' gem 'pg' gem 'devise', '~> 3.0.3' gem 'gon'...

:+1: Appreciate it!

I update both bootstrap and susy to latest version. #309

Looking forward to seeing this PR be merged!