Skip to content
#

Google

google logo

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.

Here are 4,593 public repositories matching this topic...

dhruvsakalley
dhruvsakalley commented Mar 2, 2020

When you look at the variables in the pretrained base uncased BERT the varibles look like list 1. When you do the training from scratch, 2 additional variables per layer are introduced, with suffixes adam_m and adam_v. It would be nice for someone to explain what these variables are? and what is their significance to the process of training?
If one were to manually initialize variables from a pri

jason-glassbrook
jason-glassbrook commented Apr 20, 2020

I found that yapf doesn't recognize the SPACES_AROUND_SUBSCRIPT_COLON knob that's listed in the docs. Here's how I produced the error:

Config (setup.cfg)

[yapf]
based_on_style = pep8
spaces_around_subscript_colon = true

Shell

>> yapf -i <filepath>
yapf: Unknown style option "SPACES_AROUND_SUBSCRIPT_COLON"
grant
grant commented Apr 10, 2020

Hi team!
I'm trying to run the API generator for a new API with a private discovery document. However, I'm running into a few issues.

  • I can't find documentation on how to run the generator. I think it would be really useful to write this down somewhere in a README. I don't use this package enough to remember the commands.
  • I'm not able to generate after a clone, npm i, and `npm run gener
IlCallo
IlCallo commented Oct 14, 2019

I made up a guide to setup Firebase services into a real-world scenario with cutting-edge technologies. I think you could get some insights on DX of your services and how they are used out in the wild (or add it to this examples repository).
Tech used: Quasar (Vue), TypeScript, Jest (unit testing), Firebase Firestore, Cloud Functions, RxFire.

Inside the guide there are some helpers and code ma

tensorlayer
0xtyls
0xtyls commented Jan 3, 2020

I understand that these two python files show two different methods to construct a model. The original n_epoch is 500 which works perfect for both python files. But if I change n_epoch to 20, only tutorial_mnist_mlp_static.py can achieve a high test accuracy (~0.97). The other file tutorial_mnist_mlp_static_2.py only get 0.47.

The models built from these two files looks the same for me (the s

lennylxx
lennylxx commented Dec 11, 2017

刚才试着用update_hosts.py更新了一次,发现有不少用于DNS污染的错误的IP没有被过滤出来。
比如:

IPv6查询结果 域名 IP实际所有者
31.13.64.33 www.google.com Facebook
208.101.60.87 encrypted.google.com SoftLayer
69.171.230.18 google.com.hk Facebook
64.13.192.76 accounts.google.com.hk Media Temple
31.13.68.22 clients1.google.com.hk Facebook
69.63.180.173 mobile.google.com.hk Facebook
208.1
ribrdb
ribrdb commented Jan 8, 2020

@alexeagle mentioned that the TS style guide has lots of documentation, but it doesn't seem like any of that is available here.
The most common issue we run into is type coercion. Apparently this is what the docs for that should say:
TypeScript code may use the String() and Boolean() (note: no new!) functions, string template literals, or !! to coerce types.

const bool = Boole
eyand
eyand commented Jun 21, 2017

In the documentation for the Mobileclient.get_promoted_songs() method, the docs say that the method determining the songs returned is unknown. When I run this method my liked/thumbs up auto-playlist is returned. Not sure if that is the case for anyone else.

spacekitteh
spacekitteh commented Dec 16, 2016

So, I'm eager to contribute to microG. There's just one problem: I've spent the last 10 hours trying to decipher the codebase, and feel like I'm nonethewiser for it. Could you please please PLEASE add some documentation? At least the architecture? I understand that nobody likes writing docs, and I understand that much of the structure is forced upon you by having to copy GPS, but it's critical i

openthread
harababurel
harababurel commented Jun 27, 2018

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-Encoding header, and modify your user agent to contain the string gzip. Here is an example of properly formed HTTP headers for enabling gzip compression:

Acc
Omni-Notes
iadeelzafar
iadeelzafar commented Mar 4, 2019

Describe the bug
Text cut in the last line in no tags available message.

Context
Galaxy Nexus API 24

How to reproduce
Steps to reproduce the behavior:

  1. Have no Tags.
  2. Click on the Tags icon

Expected behavior
Text should not cut at the end.

Screenshots
If applicable, add screenshots to help explain your problem.
<img src="https://user-images.githubusercon

ejochman
ejochman commented Apr 2, 2019

There are a couple issues open right now that suggest a general restructuring of GAM code, which I agree would be good. However, one simple fix that would help both with code structure and readability of contributed code is a style guide that could be enforced during PR review.

The main file is over 13k lines, at this point, and lacks a consistent style and structure throughout, making it diff

Created by Larry Page, Sergey Brin

Released September 4, 1998

Organization
google
Website
www.google.com
Wikipedia
Wikipedia
You can’t perform that action at this time.