Skip to content

Instantly share code, notes, and snippets.

View rwst's full-sized avatar
😎
I may be slow to respond.

Ralf Stephan rwst

😎
I may be slow to respond.
View GitHub Profile
@DavidGerva
DavidGerva / spacy3_gcloud.md
Last active July 30, 2023 10:42
Install and run SpaCy 3 on a Google Cloud Compute Instance GPU powered to train a NER Transformer Model

Install and run SpaCy 3 on a Google Cloud Compute Instance GPU powered to train a NER Transformer Model

Here you will find a step by step guide (last tested and working July 2021) on how to install and use Spacy 3.0 (and Cupy) on a Google Cloud GPU powered instance. I wrote this article in order to spare others whole days testing and installing packages. I've already wasted them, why should you? ;) I used this architecture to train a NER Transformer Model.

Softwares versions:

  • cuda v11.2
  • spacy v3.0

GCloud instance creation

@frivas
frivas / CloudFormation_APIGateway_EU_West_1.json
Last active December 15, 2021 15:15
CloudFormation_APIGateway_EU_West_1.json
{
"AWSTemplateFormatVersion": "2010-09-09",
"Description": "Deploy an HTTP Proxy API Gateway",
"Parameters": {
"AuthorizationURL": {
"Type": "String",
"Default": "<authorization_uri_from_alexa_dev_portal>",
"Description": "URI de Autorización de la sección Account Linking del Portal de Desarrollador de Alexa"