TensorFlow code and pre-trained models for BERT
-
Updated
Nov 5, 2020 - Python
{{ message }}
Google is an American multinational technology company that specializes in Internet-related services and products, which include online advertising technologies, search engine, cloud computing, software, and hardware.
TensorFlow code and pre-trained models for BERT
Collection of sample apps showcasing popular use cases using Cloud Functions for Firebase
Dopamine is a research framework for fast prototyping of reinforcement learning algorithms.
Google's officially supported Node.js client library for accessing Google APIs. Support for authorization and authentication with OAuth 2.0, API Keys and JWT (Service Tokens) is included.
Deep Learning and Reinforcement Learning Library for Scientists and Engineers
An Android Alerting Library
Fork of https://code.google.com/archive/p/ipv6-hosts/, focusing on automation
Google's common JavaScript library
Open source social sign on PHP Library. HybridAuth goal is to act as an abstract api between your application and various social apis and identities providers such as Facebook, Twitter and Google.
Free implementation of Play Services
An unofficial client library for Google Music.
A Laravel package to retrieve pageviews and other data from Google Analytics
OpenThread released by Google is an open-source implementation of the Thread networking protocol
Node.js client library for Google Maps API Web Services
Google suggests enabling gzip compression before transferring files over the network:
In order to receive a gzip-encoded response you must do two things: Set an
Accept-Encodingheader, and modify your user agent to contain the string gzip. Here is an example of properly formed HTTP headers for enabling gzip compression:
Acc
Open source note-taking application for Android
Created by Larry Page, Sergey Brin
Released September 4, 1998
I've been trying to debug my flutter app for days; immediately after building, it's been saying "lost connection to device" without giving me any stack trace or error code. Turns out it was because of this line:
db.setPersistenceCacheSizeBytes(1000000);Since the minimum is 1MB, once I set
cacheSizeto be 1048576 (1MB) or greater, it stopped crashing!Here are some suggestions: