{"id":21105170,"url":"https://github.com/tchaton/lightning-hydra-seed","last_synced_at":"2025-09-11T20:33:21.846Z","repository":{"id":134495714,"uuid":"302013358","full_name":"tchaton/lightning-hydra-seed","owner":"tchaton","description":"Pytorch Lightning seed project with hydra","archived":false,"fork":false,"pushed_at":"2020-10-08T17:38:20.000Z","size":1646,"stargazers_count":18,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-12-30T07:51:23.271Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tchaton.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-10-07T11:21:14.000Z","updated_at":"2024-07-22T02:07:55.000Z","dependencies_parsed_at":"2023-06-16T12:15:27.278Z","dependency_job_id":null,"html_url":"https://github.com/tchaton/lightning-hydra-seed","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tchaton%2Flightning-hydra-seed","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tchaton%2Flightning-hydra-seed/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tchaton%2Flightning-hydra-seed/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tchaton%2Flightning-hydra-seed/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tchaton","download_url":"https://codeload.github.com/tchaton/lightning-hydra-seed/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":232666171,"owners_count":18557991,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-20T00:04:00.500Z","updated_at":"2025-01-06T02:53:24.195Z","avatar_url":"https://github.com/tchaton.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Pytorch Lightning seed project with hydra\n\n[![codecov](https://codecov.io/gh/tchaton/lightning-hydra-seed/branch/main/graph/badge.svg)](https://codecov.io/gh/tchaton/lightning-hydra-seed) [![Actions Status](https://github.com/tchaton/lightning-hydra-seed/workflows/unittest/badge.svg)](https://github.com/tchaton/lightning-hydra-seed/actions)\n\n### Setup\n\n```\npyenv install 3.7.8\npyenv local 3.7.8\npython -m venv .venv\nsource .venv/bin/activate\npython -m pip install -U pip\npython -m pip install poetry\npython -m poetry install\n```\n\n### PRINCIPAL CMD\n\n```python\npython train.py model={{MODEL}} dataset={{DATASET}} loggers={{LOGGERS}} log={{LOG}} notes={{NOTES}} name={{NAME}} jit={{JIT}}\n```\n\n- `LOGGERS` str: Configuration file to log to Wandb, currently using mine as `thomas-chaton`\n- `LOG` bool: Wheter to log training to wandb\n- `NOTES` str: A note associated to the training\n- `NAME` str: Training name appearing on Wandb.\n- `LOG` bool: Wheter to make model jittable.\n\n### Current Demo Command\n\n```python\npython train.py task=categorical_classification model=simple_mlp dataset=mnist loggers=thomas-chaton log=False\n```\n\n```python\npython train.py task=categorical_classification model=simple_mlp dataset=mnist loggers=thomas-chaton log=False notes=\"My Simple MLP with Adam\" notes=\"My Simple MLP with Adam\" name=\"My Simple MLP with Adam\" jit=False\n```\n\n### Register your project on [codecov](https://codecov.io)\n\nSet your secret key in settings with `CODECOV_TOKEN`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftchaton%2Flightning-hydra-seed","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftchaton%2Flightning-hydra-seed","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftchaton%2Flightning-hydra-seed/lists"}