{"id":13715457,"url":"https://github.com/kefirski/pytorch_Highway","last_synced_at":"2025-05-07T04:30:47.046Z","repository":{"id":67900242,"uuid":"83874472","full_name":"kefirski/pytorch_Highway","owner":"kefirski","description":"Highway network implemented in pytorch","archived":false,"fork":false,"pushed_at":"2017-03-27T17:03:17.000Z","size":21,"stargazers_count":80,"open_issues_count":1,"forks_count":15,"subscribers_count":7,"default_branch":"master","last_synced_at":"2024-05-23T06:50:35.597Z","etag":null,"topics":["highway-network","python","pytorch"],"latest_commit_sha":null,"homepage":"","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/kefirski.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}},"created_at":"2017-03-04T07:17:03.000Z","updated_at":"2024-02-19T16:51:52.000Z","dependencies_parsed_at":"2024-01-25T20:03:06.493Z","dependency_job_id":"970b1196-332d-4326-b334-1d618fb43467","html_url":"https://github.com/kefirski/pytorch_Highway","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/kefirski%2Fpytorch_Highway","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kefirski%2Fpytorch_Highway/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kefirski%2Fpytorch_Highway/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kefirski%2Fpytorch_Highway/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kefirski","download_url":"https://codeload.github.com/kefirski/pytorch_Highway/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252813651,"owners_count":21808363,"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":["highway-network","python","pytorch"],"created_at":"2024-08-03T00:00:59.219Z","updated_at":"2025-05-07T04:30:46.778Z","avatar_url":"https://github.com/kefirski.png","language":"Python","funding_links":[],"categories":["PyTorch论文推荐"],"sub_categories":[],"readme":"# Pytorch Highway network\n\n[Highway network](https://arxiv.org/abs/1505.00387) implemented in [PyTorch](http://www.pytorch.org).\n\n![Highway Equation](images/highway.png)\n\n## Usage\n\n```python\nhighway = Highway(input_size, num_layers, f=torch.nn.functional.relu)\n\n# input is [batch_size, input_size] shaped tensor\nout = highway(input)\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkefirski%2Fpytorch_Highway","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkefirski%2Fpytorch_Highway","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkefirski%2Fpytorch_Highway/lists"}