Eduardo
Eduardo
In response to #148. It is important to know, though, that the Hourbike system uses the same BikeU system for two cities: Oxford (Oxonbikes) and Northampton (Cycle Connect): - [Oxonbikes](https://www.oxonbikes.co.uk/map-of-stations.html)...
Latitude and longitude alone are not a reliable way to obtain a hash that represents uniquely the stations. For instance, consider Sevici's stations "213_AVENIDA DE ANDALUCIA" and "214_AVENIDA DE ANDALUCIA",...
Hi, In order to standardize the f-string usage of the whole codebase I have added [flynt](https://github.com/ikamensh/flynt) to the `format` and `lint` scripts. This avoids multiple ["f-string"](https://github.com/keras-team/keras/pulls?page=1&q=f-string) one line pull requests...
@nttstar thanks for the work you have done so far! This PR tries to improve the readability and the code organization for the test script. To gain some understanding on...
Thanks for the amazing work sharing those wheels. Would you mind sharing the Dockerfile you use to build Tensorflow from source. I am looking for either building with Python 3.7,...
The face parser has two ways modus operandi: 1. Using one of the library's detector such as `MTCNNFaceDetector` or `FaceAlignmentDetector`or 2. Giving a pre-computed bounding box. However in (1) the...
Hi, This PR adds an exhaustive tuner, i.e., a Tuner that explores all the trial space. I needed it and I saw that others too (https://github.com/keras-team/keras-tuner/issues/192 and https://github.com/keras-team/keras-tuner/issues/408), but unfortunately...
First of all thanks for the great work of compiling this data. I am wondering if would you be interested on adding the 2-letter country code on the current `countries.geojson`....