{"id":16457109,"url":"https://github.com/pxl-th/resnet.jl","last_synced_at":"2025-03-07T09:30:58.367Z","repository":{"id":50050816,"uuid":"274506786","full_name":"pxl-th/ResNet.jl","owner":"pxl-th","description":"ResNet implementation in Julia","archived":false,"fork":false,"pushed_at":"2022-02-05T23:25:58.000Z","size":54,"stargazers_count":11,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-17T07:35:13.171Z","etag":null,"topics":["flux","julia","neural-networks","resnet"],"latest_commit_sha":null,"homepage":"","language":"Julia","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/pxl-th.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}},"created_at":"2020-06-23T20:53:27.000Z","updated_at":"2024-01-19T13:46:58.000Z","dependencies_parsed_at":"2022-09-14T21:01:31.837Z","dependency_job_id":null,"html_url":"https://github.com/pxl-th/ResNet.jl","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pxl-th%2FResNet.jl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pxl-th%2FResNet.jl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pxl-th%2FResNet.jl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pxl-th%2FResNet.jl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pxl-th","download_url":"https://codeload.github.com/pxl-th/ResNet.jl/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242039686,"owners_count":20061925,"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":["flux","julia","neural-networks","resnet"],"created_at":"2024-10-11T10:29:38.145Z","updated_at":"2025-03-07T09:30:58.040Z","avatar_url":"https://github.com/pxl-th.png","language":"Julia","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ResNet\n\nCreate model:\n\n```julia\nmodel = ResNetModel(18; in_channels=3, classes=10)\n```\n\nor you can ommit classification layer,\nby specifying number of `classes` as `nothing`.\n\n- simple:\n\n```julia\ny = x |\u003e model\n```\n\n- extract list of features:\n\n```julia\nfeatures = model(x, Val(:stages))\n```\n\nNumber of channels for each element of `features` is in `model.stages`.\nSize of the model is in `model.size`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpxl-th%2Fresnet.jl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpxl-th%2Fresnet.jl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpxl-th%2Fresnet.jl/lists"}