Utilities to help train models with tensorflow2 and keras
Project description
tfjeeves
poetry run python train.py --config=configs/cifar10.py --data=assets/cifar10
https://flynn.gg/blog/software-best-practices-python-2019/
poetry run python train.py --config=configs/cifar10.py --data=~/data-zoo/classification/cifar10
Getting triplet list (df)
DATABASE_URL=postgresql://vista_api_live:4jzjS3USGnjLvXZrHrR4cyNh@vista-postgres.coaffiez9jim.ap-southeast-1.rds.amazonaws.com:5432/vista_api_live
ETL_DATABASE_URL=postgresql://etl_user:eCwTqY6h9DJeFwFyuyX4LcSF@etl-server-postgres.coaffiez9jim.ap-southeast-1.rds.amazonaws.com:5432/etldb
psql -h etl-server-postgres.coaffiez9jim.ap-southeast-1.rds.amazonaws.com -p 5432 -U etl_user -d etldb
\copy (SELECT tot.catalog_id, tot.product_id, tot.master_name, tot.subcategory_name, tot.category_name, tot.image_id, sync.s3_path, sync.is_sizechart, sync.is_discarded FROM (SELECT fc.catalog_id, fc.product_id, fc.master_name, fc.subcategory_name, fc.category_name, fvi.image_id FROM (SELECT catalog_id, UNNEST(product_ids) as product_id, master_name, subcategory_name, category_name FROM fact_catalogs AS fc WHERE catalog_product_count > 3) AS fc JOIN fact_visible_images AS fvi ON fvi.product_id = fc.product_id) AS tot JOIN synced_images AS sync ON sync.image_id = tot.image_id ORDER BY tot.catalog_id) to 'temp.csv' delimiter ',' csv header;
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
tfjeeves-0.2.5.tar.gz
(3.6 MB
view details)
Built Distribution
File details
Details for the file tfjeeves-0.2.5.tar.gz
.
File metadata
- Download URL: tfjeeves-0.2.5.tar.gz
- Upload date:
- Size: 3.6 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.0.5 CPython/3.7.6 Linux/5.3.0-46-generic
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c6dd95f830c42e3353cf511f431c7169041aba7f2e33924063178ae51eec2974 |
|
MD5 | 5b3aa5b32e99b0090f358d6e8363deaa |
|
BLAKE2b-256 | b505b881413c6d687a2d587fd1f8a5b11357ce7ef0510e0cf7dd116a9b0774ec |
File details
Details for the file tfjeeves-0.2.5-py3-none-any.whl
.
File metadata
- Download URL: tfjeeves-0.2.5-py3-none-any.whl
- Upload date:
- Size: 3.6 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.0.5 CPython/3.7.6 Linux/5.3.0-46-generic
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 029539cb69d13b70756e039a15f8dd73932624985eea59112235632251661607 |
|
MD5 | aae337a69c7d8b22708cf6b345974694 |
|
BLAKE2b-256 | ea5b95d116487d488fb6b6e6129089735d8891ff4fa90382252bcb28401f52bc |