Roy Hyunjin Han
Roy Hyunjin Han
In velruse.providers.google_oauth2, using velruse.google.scope = 'opend profile' provides the following keys: >> data.keys() [u'family_name', u'name', u'picture', u'locale', u'gender', u'birthday', u'link', u'given_name', u'id'] Since email is not available, data['email'] raises KeyError
[L.multiPolyline is described in the documentation](https://www.mapbox.com/mapbox.js/api/v3.1.1/l-multipolyline/) but the function is undefined. What do you recommend?
1. Use the AWS Console wizard to create role and attach a role policy (e.g. S3 or SQS) 2. Use the AWS API to remove the role from the instance...
The naive user will try to double the number of outputs in the last layer `fc10` and get confused on why it doesn't work. Fixes #5
NGINX now includes `http_x_forwarded_for` in logs after `http_user_agent`, resulting in the badbots filter not working as expected. ``` # nginx.conf log_format main '$remote_addr - $remote_user [$time_local] "$request" ' '$status $body_bytes_sent...
### Description IF we start `watchfiles.watch` under a `multiprocessing.Manager` AND we send a SIGTERM THEN `watchfiles.watch` leaves behind an orphan process that remains even after the script exits For now,...
Python 3.3+ no longer requires `__init__.py` to import a folder as a module. https://stackoverflow.com/questions/37139786/is-init-py-not-required-for-packages-in-python-3-3 Venusian does not scan a folder if it lacks an `__init__.py`. That means a folder must...
Get cuda-convnet repository path from CUDA_CONVNET; Use list (packs) to save memory with metadata; Use CIFARDataProvider defaults (32, 32) in ccn-make-batches; Fix image orientation in ccn-make-batches; Save CSV header in...