{"id":1719,"name":"TorchGAN","description":"TorchGAN: A Flexible Framework for GAN Training and Evaluation - Published in JOSS (2021)","url":"https://github.com/torchgan/torchgan","last_synced_at":"2025-09-04T16:32:39.726Z","repository":{"id":41472490,"uuid":"149640348","full_name":"torchgan/torchgan","owner":"torchgan","description":"Research Framework for easy and efficient training of GANs based on Pytorch","archived":false,"fork":false,"pushed_at":"2022-10-23T03:55:31.000Z","size":24010,"stargazers_count":1425,"open_issues_count":27,"forks_count":169,"subscribers_count":29,"default_branch":"master","last_synced_at":"2025-08-28T00:09:23.515Z","etag":null,"topics":["computer-vision","deep-learning","gans","generative-adversarial-networks","generative-model","machine-learning","neural-networks","python","python3","pytorch"],"latest_commit_sha":null,"homepage":"https://torchgan.readthedocs.io/en/latest/","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/torchgan.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":"CITATION.bib","codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2018-09-20T16:41:00.000Z","updated_at":"2025-08-20T12:30:54.000Z","dependencies_parsed_at":"2025-04-16T01:31:43.423Z","dependency_job_id":null,"html_url":"https://github.com/torchgan/torchgan","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/torchgan/torchgan","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/torchgan%2Ftorchgan","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/torchgan%2Ftorchgan/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/torchgan%2Ftorchgan/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/torchgan%2Ftorchgan/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/torchgan","download_url":"https://codeload.github.com/torchgan/torchgan/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/torchgan%2Ftorchgan/sbom","scorecard":{"id":894868,"data":{"date":"2025-08-11","repo":{"name":"github.com/torchgan/torchgan","commit":"f4139537ac2d3d8609d5aecc859a6fb797b107a1"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":2.7,"checks":[{"name":"Maintained","score":0,"reason":"0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Code-Review","score":2,"reason":"Found 6/29 approved changesets -- score normalized to 2","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/ci_testing.yml:1","Warn: no topLevel permission defined: .github/workflows/codecov.yml:1","Warn: no topLevel permission defined: .github/workflows/pythonpublish.yml:1","Warn: no topLevel permission defined: .github/workflows/rebase.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci_testing.yml:17: update your workflow using https://app.stepsecurity.io/secureworkflow/torchgan/torchgan/ci_testing.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci_testing.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/torchgan/torchgan/ci_testing.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codecov.yml:13: update your workflow using https://app.stepsecurity.io/secureworkflow/torchgan/torchgan/codecov.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codecov.yml:15: update your workflow using https://app.stepsecurity.io/secureworkflow/torchgan/torchgan/codecov.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pythonpublish.yml:11: update your workflow using https://app.stepsecurity.io/secureworkflow/torchgan/torchgan/pythonpublish.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pythonpublish.yml:13: update your workflow using https://app.stepsecurity.io/secureworkflow/torchgan/torchgan/pythonpublish.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/rebase.yml:13: update your workflow using https://app.stepsecurity.io/secureworkflow/torchgan/torchgan/rebase.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/rebase.yml:17: update your workflow using https://app.stepsecurity.io/secureworkflow/torchgan/torchgan/rebase.yml/master?enable=pin","Warn: pipCommand not pinned by hash: .github/workflows/ci_testing.yml:26","Warn: pipCommand not pinned by hash: .github/workflows/ci_testing.yml:28","Warn: pipCommand not pinned by hash: .github/workflows/ci_testing.yml:30","Warn: pipCommand not pinned by hash: .github/workflows/ci_testing.yml:36","Warn: pipCommand not pinned by hash: .github/workflows/ci_testing.yml:38","Warn: pipCommand not pinned by hash: .github/workflows/ci_testing.yml:40","Warn: pipCommand not pinned by hash: .github/workflows/ci_testing.yml:46","Warn: pipCommand not pinned by hash: .github/workflows/ci_testing.yml:47","Warn: pipCommand not pinned by hash: .github/workflows/ci_testing.yml:50","Warn: pipCommand not pinned by hash: .github/workflows/ci_testing.yml:51","Warn: pipCommand not pinned by hash: .github/workflows/ci_testing.yml:52","Warn: pipCommand not pinned by hash: .github/workflows/ci_testing.yml:55","Warn: pipCommand not pinned by hash: .github/workflows/ci_testing.yml:62","Warn: pipCommand not pinned by hash: .github/workflows/codecov.yml:21","Warn: pipCommand not pinned by hash: .github/workflows/codecov.yml:22","Warn: pipCommand not pinned by hash: .github/workflows/codecov.yml:23","Warn: pipCommand not pinned by hash: .github/workflows/codecov.yml:26","Warn: downloadThenRun not pinned by hash: .github/workflows/codecov.yml:28","Warn: pipCommand not pinned by hash: .github/workflows/pythonpublish.yml:18","Warn: pipCommand not pinned by hash: .github/workflows/pythonpublish.yml:19","Info:   0 out of   7 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   1 third-party GitHubAction dependencies pinned","Info:   0 out of   1 downloadThenRun dependencies pinned","Info:   0 out of  19 pipCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: MIT License: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":0,"reason":"branch protection not enabled on development/release branches","details":["Warn: branch protection not enabled for branch 'master'"],"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 29 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}},{"name":"Vulnerabilities","score":0,"reason":"71 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: PYSEC-2018-34 / GHSA-2fc2-6r4j-p65h","Warn: Project is vulnerable to: PYSEC-2021-856 / GHSA-5545-2q6w-2gh6","Warn: Project is vulnerable to: PYSEC-2019-108 / GHSA-9fq2-x9r6-wfmf","Warn: Project is vulnerable to: PYSEC-2018-33 / GHSA-cw6w-4rcx-xphc","Warn: Project is vulnerable to: PYSEC-2021-857 / GHSA-f7c7-j99h-c22f","Warn: Project is vulnerable to: GHSA-fpfv-jqm9-f5jm","Warn: Project is vulnerable to: PYSEC-2017-1 / GHSA-frgw-fgh6-9g52","Warn: Project is vulnerable to: GHSA-3c5c-7235-994j","Warn: Project is vulnerable to: GHSA-3f63-hfp8-52jq","Warn: Project is vulnerable to: PYSEC-2021-41 / GHSA-3wvg-mj6g-m9cv","Warn: Project is vulnerable to: PYSEC-2020-77 / GHSA-3xv8-3j54-hgrp","Warn: Project is vulnerable to: PYSEC-2020-80 / GHSA-43fq-w8qq-v88h","Warn: Project is vulnerable to: GHSA-44wm-f244-xhp3","Warn: Project is vulnerable to: GHSA-4fx9-vc88-q2xc","Warn: Project is vulnerable to: PYSEC-2021-35 / GHSA-57h3-9rgr-c24m","Warn: Project is vulnerable to: PYSEC-2020-172 / GHSA-5gm3-px64-rw72","Warn: Project is vulnerable to: PYSEC-2021-331 / GHSA-7534-mm45-c74v","Warn: Project is vulnerable to: PYSEC-2021-92 / GHSA-7r7m-5h27-29hp","Warn: Project is vulnerable to: PYSEC-2020-78 / GHSA-8843-m7mw-mxqm","Warn: Project is vulnerable to: PYSEC-2023-227 / GHSA-8ghj-p4vj-mr35","Warn: Project is vulnerable to: PYSEC-2014-87 / GHSA-8m9x-pxwq-j236","Warn: Project is vulnerable to: PYSEC-2022-10 / GHSA-8vj2-vxx3-667w","Warn: Project is vulnerable to: PYSEC-2021-36 / GHSA-8xjq-8fcg-g5hw","Warn: Project is vulnerable to: PYSEC-2016-6 / GHSA-8xjv-v9xq-m5h9","Warn: Project is vulnerable to: PYSEC-2021-42 / GHSA-95q3-8gr9-gm8w","Warn: Project is vulnerable to: PYSEC-2022-168 / GHSA-9j59-75qj-795w","Warn: Project is vulnerable to: PYSEC-2014-10 / GHSA-cfmr-38g9-f2h7","Warn: Project is vulnerable to: PYSEC-2020-76 / GHSA-cqhg-xjhh-p8hf","Warn: Project is vulnerable to: PYSEC-2021-40 / GHSA-f4w8-cv6p-x6r5","Warn: Project is vulnerable to: PYSEC-2021-69 / GHSA-f5g8-5qq7-938w","Warn: Project is vulnerable to: PYSEC-2021-139 / GHSA-g6rj-rv7j-xwp4","Warn: Project is vulnerable to: PYSEC-2015-16 / GHSA-h5rf-vgqx-wjv2","Warn: Project is vulnerable to: PYSEC-2016-5 / GHSA-hggx-3h72-49ww","Warn: Project is vulnerable to: PYSEC-2020-84 / GHSA-hj69-c76v-86wr","Warn: Project is vulnerable to: PYSEC-2016-7 / GHSA-hvr8-466p-75rh","Warn: Project is vulnerable to: PYSEC-2015-15 / GHSA-j6f7-g425-4gmx","Warn: Project is vulnerable to: GHSA-j7hp-h8jx-5ppr","Warn: Project is vulnerable to: PYSEC-2019-110 / GHSA-j7mj-748x-7p78","Warn: Project is vulnerable to: GHSA-jgpv-4h4c-xhw3","Warn: Project is vulnerable to: PYSEC-2022-42979 / GHSA-m2vv-5vj5-2hm7","Warn: Project is vulnerable to: PYSEC-2021-37 / GHSA-mvg9-xffr-p774","Warn: Project is vulnerable to: PYSEC-2020-83 / GHSA-p49h-hjvm-jg3h","Warn: Project is vulnerable to: PYSEC-2022-8 / GHSA-pw3c-h7wp-cvhx","Warn: Project is vulnerable to: PYSEC-2021-93 / GHSA-q5hq-fp76-qmrc","Warn: Project is vulnerable to: PYSEC-2020-82 / GHSA-r7rm-8j6h-r933","Warn: Project is vulnerable to: PYSEC-2014-23 / GHSA-r854-96gq-rfg3","Warn: Project is vulnerable to: PYSEC-2016-8 / GHSA-rwr3-c2q8-gm56","Warn: Project is vulnerable to: PYSEC-2020-81 / GHSA-vcqg-3p29-xw73","Warn: Project is vulnerable to: PYSEC-2020-79 / GHSA-vj42-xq3r-hr3r","Warn: Project is vulnerable to: PYSEC-2021-70 / GHSA-vqcj-wrf2-7v73","Warn: Project is vulnerable to: PYSEC-2016-9 / GHSA-w4vg-rf63-f3j3","Warn: Project is vulnerable to: PYSEC-2014-22 / GHSA-x895-2wrm-hvp7","Warn: Project is vulnerable to: PYSEC-2022-9 / GHSA-xrcv-f9gm-v42c","Warn: Project is vulnerable to: PYSEC-2021-137","Warn: Project is vulnerable to: PYSEC-2021-138","Warn: Project is vulnerable to: PYSEC-2021-317","Warn: Project is vulnerable to: PYSEC-2021-38","Warn: Project is vulnerable to: PYSEC-2021-39","Warn: Project is vulnerable to: PYSEC-2021-94","Warn: Project is vulnerable to: PYSEC-2023-175","Warn: Project is vulnerable to: PYSEC-2019-156 / GHSA-xp76-357g-9wqq","Warn: Project is vulnerable to: PYSEC-2023-102","Warn: Project is vulnerable to: PYSEC-2023-114","Warn: Project is vulnerable to: GHSA-3749-ghw9-m3mg","Warn: Project is vulnerable to: PYSEC-2022-43015 / GHSA-47fc-vmwq-366v","Warn: Project is vulnerable to: PYSEC-2025-41 / GHSA-53q9-r3pm-6pq6","Warn: Project is vulnerable to: PYSEC-2024-252 / GHSA-5pcm-hx3q-hm94","Warn: Project is vulnerable to: GHSA-887c-mr87-cxwp","Warn: Project is vulnerable to: PYSEC-2024-251 / GHSA-pg7h-5qx3-wjr3","Warn: Project is vulnerable to: PYSEC-2024-250","Warn: Project is vulnerable to: PYSEC-2024-259"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-24T13:18:55.932Z","repository_id":41472490,"created_at":"2025-08-24T13:18:55.933Z","updated_at":"2025-08-24T13:18:55.933Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273528474,"owners_count":25121811,"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","status":"online","status_checked_at":"2025-09-03T02:00:09.631Z","response_time":76,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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"}},"owner":{"login":"torchgan","name":"torchgan","uuid":"43693587","kind":"organization","description":"Lightweight framework for easily and efficiently training Generative Adversarial Networks in PyTorch","email":"avikpal@iitk.ac.in","website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/43693587?v=4","repositories_count":2,"last_synced_at":"2025-07-11T13:51:03.489Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/torchgan","funding_links":[],"total_stars":1424,"followers":4,"following":0,"created_at":"2025-07-11T13:51:03.512Z","updated_at":"2025-07-11T13:51:03.512Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/torchgan","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/torchgan/repositories"},"packages":[{"id":10637670,"name":"github.com/torchgan/torchgan","ecosystem":"go","description":null,"homepage":null,"licenses":"mit","normalized_licenses":["MIT"],"repository_url":"https://github.com/torchgan/torchgan","keywords_array":[],"namespace":null,"versions_count":5,"first_release_published_at":"2018-10-12T08:38:34.000Z","latest_release_published_at":"2021-10-18T12:50:11.000Z","latest_release_number":"v0.1.0","last_synced_at":"2025-09-04T11:46:28.051Z","created_at":"2024-07-11T05:57:02.846Z","updated_at":"2025-09-04T11:46:28.052Z","registry_url":"https://pkg.go.dev/github.com/torchgan/torchgan","install_command":"go get github.com/torchgan/torchgan","documentation_url":"https://pkg.go.dev/github.com/torchgan/torchgan#section-documentation","metadata":{},"repo_metadata":{"id":41472490,"uuid":"149640348","full_name":"torchgan/torchgan","owner":"torchgan","description":"Research Framework for easy and efficient training of GANs based on Pytorch","archived":false,"fork":false,"pushed_at":"2022-10-23T03:55:31.000Z","size":24010,"stargazers_count":1425,"open_issues_count":27,"forks_count":170,"subscribers_count":29,"default_branch":"master","last_synced_at":"2025-08-20T13:44:59.640Z","etag":null,"topics":["computer-vision","deep-learning","gans","generative-adversarial-networks","generative-model","machine-learning","neural-networks","python","python3","pytorch"],"latest_commit_sha":null,"homepage":"https://torchgan.readthedocs.io/en/latest/","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/torchgan.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":"CITATION.bib","codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2018-09-20T16:41:00.000Z","updated_at":"2025-08-20T12:30:54.000Z","dependencies_parsed_at":"2025-04-16T01:31:43.423Z","dependency_job_id":null,"html_url":"https://github.com/torchgan/torchgan","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/torchgan/torchgan","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/torchgan%2Ftorchgan","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/torchgan%2Ftorchgan/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/torchgan%2Ftorchgan/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/torchgan%2Ftorchgan/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/torchgan","download_url":"https://codeload.github.com/torchgan/torchgan/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/torchgan%2Ftorchgan/sbom","scorecard":{"id":894868,"data":{"date":"2025-08-11","repo":{"name":"github.com/torchgan/torchgan","commit":"f4139537ac2d3d8609d5aecc859a6fb797b107a1"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":2.7,"checks":[{"name":"Maintained","score":0,"reason":"0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Code-Review","score":2,"reason":"Found 6/29 approved changesets -- score normalized to 2","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/ci_testing.yml:1","Warn: no topLevel permission defined: .github/workflows/codecov.yml:1","Warn: no topLevel permission defined: .github/workflows/pythonpublish.yml:1","Warn: no topLevel permission defined: .github/workflows/rebase.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci_testing.yml:17: update your workflow using https://app.stepsecurity.io/secureworkflow/torchgan/torchgan/ci_testing.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci_testing.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/torchgan/torchgan/ci_testing.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codecov.yml:13: update your workflow using https://app.stepsecurity.io/secureworkflow/torchgan/torchgan/codecov.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codecov.yml:15: update your workflow using https://app.stepsecurity.io/secureworkflow/torchgan/torchgan/codecov.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pythonpublish.yml:11: update your workflow using https://app.stepsecurity.io/secureworkflow/torchgan/torchgan/pythonpublish.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pythonpublish.yml:13: update your workflow using https://app.stepsecurity.io/secureworkflow/torchgan/torchgan/pythonpublish.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/rebase.yml:13: update your workflow using https://app.stepsecurity.io/secureworkflow/torchgan/torchgan/rebase.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/rebase.yml:17: update your workflow using https://app.stepsecurity.io/secureworkflow/torchgan/torchgan/rebase.yml/master?enable=pin","Warn: pipCommand not pinned by hash: .github/workflows/ci_testing.yml:26","Warn: pipCommand not pinned by hash: .github/workflows/ci_testing.yml:28","Warn: pipCommand not pinned by hash: .github/workflows/ci_testing.yml:30","Warn: pipCommand not pinned by hash: .github/workflows/ci_testing.yml:36","Warn: pipCommand not pinned by hash: .github/workflows/ci_testing.yml:38","Warn: pipCommand not pinned by hash: .github/workflows/ci_testing.yml:40","Warn: pipCommand not pinned by hash: .github/workflows/ci_testing.yml:46","Warn: pipCommand not pinned by hash: .github/workflows/ci_testing.yml:47","Warn: pipCommand not pinned by hash: .github/workflows/ci_testing.yml:50","Warn: pipCommand not pinned by hash: .github/workflows/ci_testing.yml:51","Warn: pipCommand not pinned by hash: .github/workflows/ci_testing.yml:52","Warn: pipCommand not pinned by hash: .github/workflows/ci_testing.yml:55","Warn: pipCommand not pinned by hash: .github/workflows/ci_testing.yml:62","Warn: pipCommand not pinned by hash: .github/workflows/codecov.yml:21","Warn: pipCommand not pinned by hash: .github/workflows/codecov.yml:22","Warn: pipCommand not pinned by hash: .github/workflows/codecov.yml:23","Warn: pipCommand not pinned by hash: .github/workflows/codecov.yml:26","Warn: downloadThenRun not pinned by hash: .github/workflows/codecov.yml:28","Warn: pipCommand not pinned by hash: .github/workflows/pythonpublish.yml:18","Warn: pipCommand not pinned by hash: .github/workflows/pythonpublish.yml:19","Info:   0 out of   7 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   1 third-party GitHubAction dependencies pinned","Info:   0 out of   1 downloadThenRun dependencies pinned","Info:   0 out of  19 pipCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: MIT License: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":0,"reason":"branch protection not enabled on development/release branches","details":["Warn: branch protection not enabled for branch 'master'"],"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 29 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}},{"name":"Vulnerabilities","score":0,"reason":"71 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: PYSEC-2018-34 / GHSA-2fc2-6r4j-p65h","Warn: Project is vulnerable to: PYSEC-2021-856 / GHSA-5545-2q6w-2gh6","Warn: Project is vulnerable to: PYSEC-2019-108 / GHSA-9fq2-x9r6-wfmf","Warn: Project is vulnerable to: PYSEC-2018-33 / GHSA-cw6w-4rcx-xphc","Warn: Project is vulnerable to: PYSEC-2021-857 / GHSA-f7c7-j99h-c22f","Warn: Project is vulnerable to: GHSA-fpfv-jqm9-f5jm","Warn: Project is vulnerable to: PYSEC-2017-1 / GHSA-frgw-fgh6-9g52","Warn: Project is vulnerable to: GHSA-3c5c-7235-994j","Warn: Project is vulnerable to: GHSA-3f63-hfp8-52jq","Warn: Project is vulnerable to: PYSEC-2021-41 / GHSA-3wvg-mj6g-m9cv","Warn: Project is vulnerable to: PYSEC-2020-77 / GHSA-3xv8-3j54-hgrp","Warn: Project is vulnerable to: PYSEC-2020-80 / GHSA-43fq-w8qq-v88h","Warn: Project is vulnerable to: GHSA-44wm-f244-xhp3","Warn: Project is vulnerable to: GHSA-4fx9-vc88-q2xc","Warn: Project is vulnerable to: PYSEC-2021-35 / GHSA-57h3-9rgr-c24m","Warn: Project is vulnerable to: PYSEC-2020-172 / GHSA-5gm3-px64-rw72","Warn: Project is vulnerable to: PYSEC-2021-331 / GHSA-7534-mm45-c74v","Warn: Project is vulnerable to: PYSEC-2021-92 / GHSA-7r7m-5h27-29hp","Warn: Project is vulnerable to: PYSEC-2020-78 / GHSA-8843-m7mw-mxqm","Warn: Project is vulnerable to: PYSEC-2023-227 / GHSA-8ghj-p4vj-mr35","Warn: Project is vulnerable to: PYSEC-2014-87 / GHSA-8m9x-pxwq-j236","Warn: Project is vulnerable to: PYSEC-2022-10 / GHSA-8vj2-vxx3-667w","Warn: Project is vulnerable to: PYSEC-2021-36 / GHSA-8xjq-8fcg-g5hw","Warn: Project is vulnerable to: PYSEC-2016-6 / GHSA-8xjv-v9xq-m5h9","Warn: Project is vulnerable to: PYSEC-2021-42 / GHSA-95q3-8gr9-gm8w","Warn: Project is vulnerable to: PYSEC-2022-168 / GHSA-9j59-75qj-795w","Warn: Project is vulnerable to: PYSEC-2014-10 / GHSA-cfmr-38g9-f2h7","Warn: Project is vulnerable to: PYSEC-2020-76 / GHSA-cqhg-xjhh-p8hf","Warn: Project is vulnerable to: PYSEC-2021-40 / GHSA-f4w8-cv6p-x6r5","Warn: Project is vulnerable to: PYSEC-2021-69 / GHSA-f5g8-5qq7-938w","Warn: Project is vulnerable to: PYSEC-2021-139 / GHSA-g6rj-rv7j-xwp4","Warn: Project is vulnerable to: PYSEC-2015-16 / GHSA-h5rf-vgqx-wjv2","Warn: Project is vulnerable to: PYSEC-2016-5 / GHSA-hggx-3h72-49ww","Warn: Project is vulnerable to: PYSEC-2020-84 / GHSA-hj69-c76v-86wr","Warn: Project is vulnerable to: PYSEC-2016-7 / GHSA-hvr8-466p-75rh","Warn: Project is vulnerable to: PYSEC-2015-15 / GHSA-j6f7-g425-4gmx","Warn: Project is vulnerable to: GHSA-j7hp-h8jx-5ppr","Warn: Project is vulnerable to: PYSEC-2019-110 / GHSA-j7mj-748x-7p78","Warn: Project is vulnerable to: GHSA-jgpv-4h4c-xhw3","Warn: Project is vulnerable to: PYSEC-2022-42979 / GHSA-m2vv-5vj5-2hm7","Warn: Project is vulnerable to: PYSEC-2021-37 / GHSA-mvg9-xffr-p774","Warn: Project is vulnerable to: PYSEC-2020-83 / GHSA-p49h-hjvm-jg3h","Warn: Project is vulnerable to: PYSEC-2022-8 / GHSA-pw3c-h7wp-cvhx","Warn: Project is vulnerable to: PYSEC-2021-93 / GHSA-q5hq-fp76-qmrc","Warn: Project is vulnerable to: PYSEC-2020-82 / GHSA-r7rm-8j6h-r933","Warn: Project is vulnerable to: PYSEC-2014-23 / GHSA-r854-96gq-rfg3","Warn: Project is vulnerable to: PYSEC-2016-8 / GHSA-rwr3-c2q8-gm56","Warn: Project is vulnerable to: PYSEC-2020-81 / GHSA-vcqg-3p29-xw73","Warn: Project is vulnerable to: PYSEC-2020-79 / GHSA-vj42-xq3r-hr3r","Warn: Project is vulnerable to: PYSEC-2021-70 / GHSA-vqcj-wrf2-7v73","Warn: Project is vulnerable to: PYSEC-2016-9 / GHSA-w4vg-rf63-f3j3","Warn: Project is vulnerable to: PYSEC-2014-22 / GHSA-x895-2wrm-hvp7","Warn: Project is vulnerable to: PYSEC-2022-9 / GHSA-xrcv-f9gm-v42c","Warn: Project is vulnerable to: PYSEC-2021-137","Warn: Project is vulnerable to: PYSEC-2021-138","Warn: Project is vulnerable to: PYSEC-2021-317","Warn: Project is vulnerable to: PYSEC-2021-38","Warn: Project is vulnerable to: PYSEC-2021-39","Warn: Project is vulnerable to: PYSEC-2021-94","Warn: Project is vulnerable to: PYSEC-2023-175","Warn: Project is vulnerable to: PYSEC-2019-156 / GHSA-xp76-357g-9wqq","Warn: Project is vulnerable to: PYSEC-2023-102","Warn: Project is vulnerable to: PYSEC-2023-114","Warn: Project is vulnerable to: GHSA-3749-ghw9-m3mg","Warn: Project is vulnerable to: PYSEC-2022-43015 / GHSA-47fc-vmwq-366v","Warn: Project is vulnerable to: PYSEC-2025-41 / GHSA-53q9-r3pm-6pq6","Warn: Project is vulnerable to: PYSEC-2024-252 / GHSA-5pcm-hx3q-hm94","Warn: Project is vulnerable to: GHSA-887c-mr87-cxwp","Warn: Project is vulnerable to: PYSEC-2024-251 / GHSA-pg7h-5qx3-wjr3","Warn: Project is vulnerable to: PYSEC-2024-250","Warn: Project is vulnerable to: PYSEC-2024-259"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-24T13:18:55.932Z","repository_id":41472490,"created_at":"2025-08-24T13:18:55.933Z","updated_at":"2025-08-24T13:18:55.933Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272354656,"owners_count":24919966,"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","status":"online","status_checked_at":"2025-08-27T02:00:09.397Z","response_time":76,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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"},"owner_record":{"login":"torchgan","name":"torchgan","uuid":"43693587","kind":"organization","description":"Lightweight framework for easily and efficiently training Generative Adversarial Networks in PyTorch","email":"avikpal@iitk.ac.in","website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/43693587?v=4","repositories_count":2,"last_synced_at":"2025-07-11T13:51:03.489Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/torchgan","funding_links":[],"total_stars":1424,"followers":4,"following":0,"created_at":"2025-07-11T13:51:03.512Z","updated_at":"2025-07-11T13:51:03.512Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/torchgan","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/torchgan/repositories"},"tags":[{"name":"v0.1.0","sha":"2a12d7a03a6e610cc9b99e227022f8237213d21d","kind":"commit","published_at":"2021-10-18T12:50:11.000Z","download_url":"https://codeload.github.com/torchgan/torchgan/tar.gz/v0.1.0","html_url":"https://github.com/torchgan/torchgan/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/torchgan/torchgan@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/torchgan%2Ftorchgan/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/torchgan%2Ftorchgan/tags/v0.1.0/manifests"},{"name":"v0.0.4","sha":"e177057851e1e9ef6c24865f5b022cdde4e866e9","kind":"commit","published_at":"2020-02-09T18:40:29.000Z","download_url":"https://codeload.github.com/torchgan/torchgan/tar.gz/v0.0.4","html_url":"https://github.com/torchgan/torchgan/releases/tag/v0.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/torchgan/torchgan@v0.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/torchgan%2Ftorchgan/tags/v0.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/torchgan%2Ftorchgan/tags/v0.0.4/manifests"},{"name":"v0.0.3","sha":"9727d6f1afb6dbba39517f266d4ec35a0a9c334d","kind":"commit","published_at":"2019-09-18T09:13:18.000Z","download_url":"https://codeload.github.com/torchgan/torchgan/tar.gz/v0.0.3","html_url":"https://github.com/torchgan/torchgan/releases/tag/v0.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/torchgan/torchgan@v0.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/torchgan%2Ftorchgan/tags/v0.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/torchgan%2Ftorchgan/tags/v0.0.3/manifests"},{"name":"v0.0.2","sha":"e6956c0f0d5f030d6a6094cea54f9f8bba7636f9","kind":"commit","published_at":"2018-12-19T22:22:01.000Z","download_url":"https://codeload.github.com/torchgan/torchgan/tar.gz/v0.0.2","html_url":"https://github.com/torchgan/torchgan/releases/tag/v0.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/torchgan/torchgan@v0.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/torchgan%2Ftorchgan/tags/v0.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/torchgan%2Ftorchgan/tags/v0.0.2/manifests"},{"name":"v0.0.1","sha":"dc76637de431d14f6a2c4ce4752732f5a4a5cfdf","kind":"commit","published_at":"2018-10-12T08:38:34.000Z","download_url":"https://codeload.github.com/torchgan/torchgan/tar.gz/v0.0.1","html_url":"https://github.com/torchgan/torchgan/releases/tag/v0.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/torchgan/torchgan@v0.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/torchgan%2Ftorchgan/tags/v0.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/torchgan%2Ftorchgan/tags/v0.0.1/manifests"}]},"repo_metadata_updated_at":"2025-08-28T06:54:14.326Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":6.808321414509642,"dependent_packages_count":6.377797149797286,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":6.5930592821534635},"purl":"pkg:golang/github.com/torchgan/torchgan","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/go/github.com/torchgan/torchgan","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/go/github.com/torchgan/torchgan","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/go/github.com/torchgan/torchgan/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2025-08-27T17:06:54.076Z","issues_count":46,"pull_requests_count":56,"avg_time_to_close_issue":6841762.5,"avg_time_to_close_pull_request":1302366.358490566,"issues_closed_count":22,"pull_requests_closed_count":53,"pull_request_authors_count":14,"issue_authors_count":30,"avg_comments_per_issue":1.6956521739130435,"avg_comments_per_pull_request":1.2142857142857142,"merged_pull_requests_count":46,"bot_issues_count":0,"bot_pull_requests_count":1,"past_year_issues_count":0,"past_year_pull_requests_count":1,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":22203810.0,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":1,"past_year_pull_request_authors_count":1,"past_year_issue_authors_count":0,"past_year_avg_comments_per_issue":null,"past_year_avg_comments_per_pull_request":0.0,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":0,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/torchgan%2Ftorchgan/issues","maintainers":[{"login":"avik-pal","count":47,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/avik-pal"},{"login":"Aniket1998","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Aniket1998"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Ftorchgan%2Ftorchgan/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Ftorchgan%2Ftorchgan/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Ftorchgan%2Ftorchgan/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Ftorchgan%2Ftorchgan/related_packages","maintainers":[],"registry":{"name":"proxy.golang.org","url":"https://proxy.golang.org","ecosystem":"go","default":true,"packages_count":1951493,"maintainers_count":0,"namespaces_count":741113,"keywords_count":109139,"github":"golang","metadata":{"funded_packages_count":48962},"icon_url":"https://github.com/golang.png","created_at":"2022-04-04T15:19:22.939Z","updated_at":"2025-09-04T05:53:31.480Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/namespaces"}},{"id":2950757,"name":"torchgan","ecosystem":"pypi","description":"Research Framework for easy and efficient training of GANs based on Pytorch","homepage":"https://github.com/torchgan/torchgan","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/torchgan/torchgan","keywords_array":["deep learning","pytorch","GAN","AI"],"namespace":null,"versions_count":7,"first_release_published_at":"2018-10-12T10:32:24.000Z","latest_release_published_at":"2021-10-18T13:02:21.000Z","latest_release_number":"0.1.0","last_synced_at":"2025-08-28T06:37:51.173Z","created_at":"2022-04-10T12:52:28.098Z","updated_at":"2025-08-28T06:54:14.147Z","registry_url":"https://pypi.org/project/torchgan/","install_command":"pip install torchgan --index-url https://pypi.org/simple","documentation_url":"https://torchgan.readthedocs.io/","metadata":{"funding":null,"documentation":null,"classifiers":["Development Status :: 4 - Beta","Environment :: Console","Intended Audience :: Developers","License :: OSI Approved :: MIT License","Natural Language :: English","Operating System :: OS Independent","Programming Language :: Python :: 3","Programming Language :: Python :: 3.6","Programming Language :: Python :: 3.7","Programming Language :: Python :: 3.8","Topic :: Scientific/Engineering :: Artificial Intelligence","Topic :: Scientific/Engineering :: Image Recognition"],"normalized_name":"torchgan","project_status":null},"repo_metadata":{"id":41472490,"uuid":"149640348","full_name":"torchgan/torchgan","owner":"torchgan","description":"Research Framework for easy and efficient training of GANs based on Pytorch","archived":false,"fork":false,"pushed_at":"2022-10-23T03:55:31.000Z","size":24010,"stargazers_count":1425,"open_issues_count":27,"forks_count":170,"subscribers_count":29,"default_branch":"master","last_synced_at":"2025-08-20T13:44:59.640Z","etag":null,"topics":["computer-vision","deep-learning","gans","generative-adversarial-networks","generative-model","machine-learning","neural-networks","python","python3","pytorch"],"latest_commit_sha":null,"homepage":"https://torchgan.readthedocs.io/en/latest/","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/torchgan.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":"CITATION.bib","codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2018-09-20T16:41:00.000Z","updated_at":"2025-08-20T12:30:54.000Z","dependencies_parsed_at":"2025-04-16T01:31:43.423Z","dependency_job_id":null,"html_url":"https://github.com/torchgan/torchgan","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/torchgan/torchgan","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/torchgan%2Ftorchgan","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/torchgan%2Ftorchgan/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/torchgan%2Ftorchgan/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/torchgan%2Ftorchgan/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/torchgan","download_url":"https://codeload.github.com/torchgan/torchgan/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/torchgan%2Ftorchgan/sbom","scorecard":{"id":894868,"data":{"date":"2025-08-11","repo":{"name":"github.com/torchgan/torchgan","commit":"f4139537ac2d3d8609d5aecc859a6fb797b107a1"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":2.7,"checks":[{"name":"Maintained","score":0,"reason":"0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Code-Review","score":2,"reason":"Found 6/29 approved changesets -- score normalized to 2","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/ci_testing.yml:1","Warn: no topLevel permission defined: .github/workflows/codecov.yml:1","Warn: no topLevel permission defined: .github/workflows/pythonpublish.yml:1","Warn: no topLevel permission defined: .github/workflows/rebase.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci_testing.yml:17: update your workflow using https://app.stepsecurity.io/secureworkflow/torchgan/torchgan/ci_testing.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci_testing.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/torchgan/torchgan/ci_testing.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codecov.yml:13: update your workflow using https://app.stepsecurity.io/secureworkflow/torchgan/torchgan/codecov.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codecov.yml:15: update your workflow using https://app.stepsecurity.io/secureworkflow/torchgan/torchgan/codecov.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pythonpublish.yml:11: update your workflow using https://app.stepsecurity.io/secureworkflow/torchgan/torchgan/pythonpublish.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pythonpublish.yml:13: update your workflow using https://app.stepsecurity.io/secureworkflow/torchgan/torchgan/pythonpublish.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/rebase.yml:13: update your workflow using https://app.stepsecurity.io/secureworkflow/torchgan/torchgan/rebase.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/rebase.yml:17: update your workflow using https://app.stepsecurity.io/secureworkflow/torchgan/torchgan/rebase.yml/master?enable=pin","Warn: pipCommand not pinned by hash: .github/workflows/ci_testing.yml:26","Warn: pipCommand not pinned by hash: .github/workflows/ci_testing.yml:28","Warn: pipCommand not pinned by hash: .github/workflows/ci_testing.yml:30","Warn: pipCommand not pinned by hash: .github/workflows/ci_testing.yml:36","Warn: pipCommand not pinned by hash: .github/workflows/ci_testing.yml:38","Warn: pipCommand not pinned by hash: .github/workflows/ci_testing.yml:40","Warn: pipCommand not pinned by hash: .github/workflows/ci_testing.yml:46","Warn: pipCommand not pinned by hash: .github/workflows/ci_testing.yml:47","Warn: pipCommand not pinned by hash: .github/workflows/ci_testing.yml:50","Warn: pipCommand not pinned by hash: .github/workflows/ci_testing.yml:51","Warn: pipCommand not pinned by hash: .github/workflows/ci_testing.yml:52","Warn: pipCommand not pinned by hash: .github/workflows/ci_testing.yml:55","Warn: pipCommand not pinned by hash: .github/workflows/ci_testing.yml:62","Warn: pipCommand not pinned by hash: .github/workflows/codecov.yml:21","Warn: pipCommand not pinned by hash: .github/workflows/codecov.yml:22","Warn: pipCommand not pinned by hash: .github/workflows/codecov.yml:23","Warn: pipCommand not pinned by hash: .github/workflows/codecov.yml:26","Warn: downloadThenRun not pinned by hash: .github/workflows/codecov.yml:28","Warn: pipCommand not pinned by hash: .github/workflows/pythonpublish.yml:18","Warn: pipCommand not pinned by hash: .github/workflows/pythonpublish.yml:19","Info:   0 out of   7 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   1 third-party GitHubAction dependencies pinned","Info:   0 out of   1 downloadThenRun dependencies pinned","Info:   0 out of  19 pipCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: MIT License: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":0,"reason":"branch protection not enabled on development/release branches","details":["Warn: branch protection not enabled for branch 'master'"],"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 29 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}},{"name":"Vulnerabilities","score":0,"reason":"71 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: PYSEC-2018-34 / GHSA-2fc2-6r4j-p65h","Warn: Project is vulnerable to: PYSEC-2021-856 / GHSA-5545-2q6w-2gh6","Warn: Project is vulnerable to: PYSEC-2019-108 / GHSA-9fq2-x9r6-wfmf","Warn: Project is vulnerable to: PYSEC-2018-33 / GHSA-cw6w-4rcx-xphc","Warn: Project is vulnerable to: PYSEC-2021-857 / GHSA-f7c7-j99h-c22f","Warn: Project is vulnerable to: GHSA-fpfv-jqm9-f5jm","Warn: Project is vulnerable to: PYSEC-2017-1 / GHSA-frgw-fgh6-9g52","Warn: Project is vulnerable to: GHSA-3c5c-7235-994j","Warn: Project is vulnerable to: GHSA-3f63-hfp8-52jq","Warn: Project is vulnerable to: PYSEC-2021-41 / GHSA-3wvg-mj6g-m9cv","Warn: Project is vulnerable to: PYSEC-2020-77 / GHSA-3xv8-3j54-hgrp","Warn: Project is vulnerable to: PYSEC-2020-80 / GHSA-43fq-w8qq-v88h","Warn: Project is vulnerable to: GHSA-44wm-f244-xhp3","Warn: Project is vulnerable to: GHSA-4fx9-vc88-q2xc","Warn: Project is vulnerable to: PYSEC-2021-35 / GHSA-57h3-9rgr-c24m","Warn: Project is vulnerable to: PYSEC-2020-172 / GHSA-5gm3-px64-rw72","Warn: Project is vulnerable to: PYSEC-2021-331 / GHSA-7534-mm45-c74v","Warn: Project is vulnerable to: PYSEC-2021-92 / GHSA-7r7m-5h27-29hp","Warn: Project is vulnerable to: PYSEC-2020-78 / GHSA-8843-m7mw-mxqm","Warn: Project is vulnerable to: PYSEC-2023-227 / GHSA-8ghj-p4vj-mr35","Warn: Project is vulnerable to: PYSEC-2014-87 / GHSA-8m9x-pxwq-j236","Warn: Project is vulnerable to: PYSEC-2022-10 / GHSA-8vj2-vxx3-667w","Warn: Project is vulnerable to: PYSEC-2021-36 / GHSA-8xjq-8fcg-g5hw","Warn: Project is vulnerable to: PYSEC-2016-6 / GHSA-8xjv-v9xq-m5h9","Warn: Project is vulnerable to: PYSEC-2021-42 / GHSA-95q3-8gr9-gm8w","Warn: Project is vulnerable to: PYSEC-2022-168 / GHSA-9j59-75qj-795w","Warn: Project is vulnerable to: PYSEC-2014-10 / GHSA-cfmr-38g9-f2h7","Warn: Project is vulnerable to: PYSEC-2020-76 / GHSA-cqhg-xjhh-p8hf","Warn: Project is vulnerable to: PYSEC-2021-40 / GHSA-f4w8-cv6p-x6r5","Warn: Project is vulnerable to: PYSEC-2021-69 / GHSA-f5g8-5qq7-938w","Warn: Project is vulnerable to: PYSEC-2021-139 / GHSA-g6rj-rv7j-xwp4","Warn: Project is vulnerable to: PYSEC-2015-16 / GHSA-h5rf-vgqx-wjv2","Warn: Project is vulnerable to: PYSEC-2016-5 / GHSA-hggx-3h72-49ww","Warn: Project is vulnerable to: PYSEC-2020-84 / GHSA-hj69-c76v-86wr","Warn: Project is vulnerable to: PYSEC-2016-7 / GHSA-hvr8-466p-75rh","Warn: Project is vulnerable to: PYSEC-2015-15 / GHSA-j6f7-g425-4gmx","Warn: Project is vulnerable to: GHSA-j7hp-h8jx-5ppr","Warn: Project is vulnerable to: PYSEC-2019-110 / GHSA-j7mj-748x-7p78","Warn: Project is vulnerable to: GHSA-jgpv-4h4c-xhw3","Warn: Project is vulnerable to: PYSEC-2022-42979 / GHSA-m2vv-5vj5-2hm7","Warn: Project is vulnerable to: PYSEC-2021-37 / GHSA-mvg9-xffr-p774","Warn: Project is vulnerable to: PYSEC-2020-83 / GHSA-p49h-hjvm-jg3h","Warn: Project is vulnerable to: PYSEC-2022-8 / GHSA-pw3c-h7wp-cvhx","Warn: Project is vulnerable to: PYSEC-2021-93 / GHSA-q5hq-fp76-qmrc","Warn: Project is vulnerable to: PYSEC-2020-82 / GHSA-r7rm-8j6h-r933","Warn: Project is vulnerable to: PYSEC-2014-23 / GHSA-r854-96gq-rfg3","Warn: Project is vulnerable to: PYSEC-2016-8 / GHSA-rwr3-c2q8-gm56","Warn: Project is vulnerable to: PYSEC-2020-81 / GHSA-vcqg-3p29-xw73","Warn: Project is vulnerable to: PYSEC-2020-79 / GHSA-vj42-xq3r-hr3r","Warn: Project is vulnerable to: PYSEC-2021-70 / GHSA-vqcj-wrf2-7v73","Warn: Project is vulnerable to: PYSEC-2016-9 / GHSA-w4vg-rf63-f3j3","Warn: Project is vulnerable to: PYSEC-2014-22 / GHSA-x895-2wrm-hvp7","Warn: Project is vulnerable to: PYSEC-2022-9 / GHSA-xrcv-f9gm-v42c","Warn: Project is vulnerable to: PYSEC-2021-137","Warn: Project is vulnerable to: PYSEC-2021-138","Warn: Project is vulnerable to: PYSEC-2021-317","Warn: Project is vulnerable to: PYSEC-2021-38","Warn: Project is vulnerable to: PYSEC-2021-39","Warn: Project is vulnerable to: PYSEC-2021-94","Warn: Project is vulnerable to: PYSEC-2023-175","Warn: Project is vulnerable to: PYSEC-2019-156 / GHSA-xp76-357g-9wqq","Warn: Project is vulnerable to: PYSEC-2023-102","Warn: Project is vulnerable to: PYSEC-2023-114","Warn: Project is vulnerable to: GHSA-3749-ghw9-m3mg","Warn: Project is vulnerable to: PYSEC-2022-43015 / GHSA-47fc-vmwq-366v","Warn: Project is vulnerable to: PYSEC-2025-41 / GHSA-53q9-r3pm-6pq6","Warn: Project is vulnerable to: PYSEC-2024-252 / GHSA-5pcm-hx3q-hm94","Warn: Project is vulnerable to: GHSA-887c-mr87-cxwp","Warn: Project is vulnerable to: PYSEC-2024-251 / GHSA-pg7h-5qx3-wjr3","Warn: Project is vulnerable to: PYSEC-2024-250","Warn: Project is vulnerable to: PYSEC-2024-259"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-24T13:18:55.932Z","repository_id":41472490,"created_at":"2025-08-24T13:18:55.933Z","updated_at":"2025-08-24T13:18:55.933Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272354656,"owners_count":24919966,"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","status":"online","status_checked_at":"2025-08-27T02:00:09.397Z","response_time":76,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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"},"owner_record":{"login":"torchgan","name":"torchgan","uuid":"43693587","kind":"organization","description":"Lightweight framework for easily and efficiently training Generative Adversarial Networks in PyTorch","email":"avikpal@iitk.ac.in","website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/43693587?v=4","repositories_count":2,"last_synced_at":"2025-07-11T13:51:03.489Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/torchgan","funding_links":[],"total_stars":1424,"followers":4,"following":0,"created_at":"2025-07-11T13:51:03.512Z","updated_at":"2025-07-11T13:51:03.512Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/torchgan","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/torchgan/repositories"},"tags":[{"name":"v0.1.0","sha":"2a12d7a03a6e610cc9b99e227022f8237213d21d","kind":"commit","published_at":"2021-10-18T12:50:11.000Z","download_url":"https://codeload.github.com/torchgan/torchgan/tar.gz/v0.1.0","html_url":"https://github.com/torchgan/torchgan/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/torchgan/torchgan@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/torchgan%2Ftorchgan/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/torchgan%2Ftorchgan/tags/v0.1.0/manifests"},{"name":"v0.0.4","sha":"e177057851e1e9ef6c24865f5b022cdde4e866e9","kind":"commit","published_at":"2020-02-09T18:40:29.000Z","download_url":"https://codeload.github.com/torchgan/torchgan/tar.gz/v0.0.4","html_url":"https://github.com/torchgan/torchgan/releases/tag/v0.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/torchgan/torchgan@v0.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/torchgan%2Ftorchgan/tags/v0.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/torchgan%2Ftorchgan/tags/v0.0.4/manifests"},{"name":"v0.0.3","sha":"9727d6f1afb6dbba39517f266d4ec35a0a9c334d","kind":"commit","published_at":"2019-09-18T09:13:18.000Z","download_url":"https://codeload.github.com/torchgan/torchgan/tar.gz/v0.0.3","html_url":"https://github.com/torchgan/torchgan/releases/tag/v0.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/torchgan/torchgan@v0.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/torchgan%2Ftorchgan/tags/v0.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/torchgan%2Ftorchgan/tags/v0.0.3/manifests"},{"name":"v0.0.2","sha":"e6956c0f0d5f030d6a6094cea54f9f8bba7636f9","kind":"commit","published_at":"2018-12-19T22:22:01.000Z","download_url":"https://codeload.github.com/torchgan/torchgan/tar.gz/v0.0.2","html_url":"https://github.com/torchgan/torchgan/releases/tag/v0.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/torchgan/torchgan@v0.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/torchgan%2Ftorchgan/tags/v0.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/torchgan%2Ftorchgan/tags/v0.0.2/manifests"},{"name":"v0.0.1","sha":"dc76637de431d14f6a2c4ce4752732f5a4a5cfdf","kind":"commit","published_at":"2018-10-12T08:38:34.000Z","download_url":"https://codeload.github.com/torchgan/torchgan/tar.gz/v0.0.1","html_url":"https://github.com/torchgan/torchgan/releases/tag/v0.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/torchgan/torchgan@v0.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/torchgan%2Ftorchgan/tags/v0.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/torchgan%2Ftorchgan/tags/v0.0.1/manifests"}]},"repo_metadata_updated_at":"2025-08-28T06:54:14.146Z","dependent_packages_count":0,"downloads":11504,"downloads_period":"last-month","dependent_repos_count":11,"rankings":{"downloads":15.802532528370715,"dependent_repos_count":4.389117731583485,"dependent_packages_count":10.025501552893209,"stargazers_count":1.8094902477515435,"forks_count":3.868868034763686,"docker_downloads_count":4.217044046002027,"average":6.6854256902274445},"purl":"pkg:pypi/torchgan","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/pypi/torchgan","docker_dependents_count":1,"docker_downloads_count":9,"usage_url":"https://repos.ecosyste.ms/usage/pypi/torchgan","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/pypi/torchgan/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2025-08-27T17:06:54.076Z","issues_count":46,"pull_requests_count":56,"avg_time_to_close_issue":6841762.5,"avg_time_to_close_pull_request":1302366.358490566,"issues_closed_count":22,"pull_requests_closed_count":53,"pull_request_authors_count":14,"issue_authors_count":30,"avg_comments_per_issue":1.6956521739130435,"avg_comments_per_pull_request":1.2142857142857142,"merged_pull_requests_count":46,"bot_issues_count":0,"bot_pull_requests_count":1,"past_year_issues_count":0,"past_year_pull_requests_count":1,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":22203810.0,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":1,"past_year_pull_request_authors_count":1,"past_year_issue_authors_count":0,"past_year_avg_comments_per_issue":null,"past_year_avg_comments_per_pull_request":0.0,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":0,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/torchgan%2Ftorchgan/issues","maintainers":[{"login":"avik-pal","count":47,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/avik-pal"},{"login":"Aniket1998","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Aniket1998"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/torchgan/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/torchgan/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/torchgan/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/torchgan/related_packages","maintainers":[{"uuid":"avikpal","login":"avikpal","name":null,"email":null,"url":null,"packages_count":3,"html_url":"https://pypi.org/user/avikpal/","role":null,"created_at":"2023-02-25T16:23:50.063Z","updated_at":"2023-02-25T16:23:50.063Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/maintainers/avikpal/packages"}],"registry":{"name":"pypi.org","url":"https://pypi.org","ecosystem":"pypi","default":true,"packages_count":724830,"maintainers_count":308212,"namespaces_count":0,"keywords_count":237984,"github":"pypi","metadata":{"funded_packages_count":50481},"icon_url":"https://github.com/pypi.png","created_at":"2022-04-04T15:19:23.364Z","updated_at":"2025-09-04T05:23:51.177Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/namespaces"}}],"commits":{"id":2089607,"full_name":"torchgan/torchgan","default_branch":"master","committers":[{"name":"Avik Pal","email":"avikpal@iitk.ac.in","login":"avik-pal","count":83},{"name":"Aniket Das","email":"1998.aniket.das@gmail.com","login":"Aniket1998","count":30},{"name":"向阳","email":"91933474+XiangYyang","login":"XiangYyang","count":1},{"name":"jess","email":"jessachandler@gmail.com","login":"monkeywithacupcake","count":1},{"name":"dependabot[bot]","email":"49699333+dependabot[bot]","login":"dependabot[bot]","count":1},{"name":"Weili Shi","email":"me@shi-weili.com","login":"shi-weili","count":1},{"name":"Naman Biyani","email":"namanb@iitk.ac.in","login":"namanbiyani","count":1},{"name":"Joseph Spisak","email":"spisakjo@gmail.com","login":"jspisak","count":1},{"name":"Avinandan Bose","email":"43791869+Avinandan22","login":"Avinandan22","count":1},{"name":"Yatin Dandi","email":"yatind@iitk.ac.in","login":null,"count":1}],"total_commits":121,"total_committers":10,"total_bot_commits":1,"total_bot_committers":1,"mean_commits":12.1,"dds":0.31404958677685946,"past_year_committers":[],"past_year_total_commits":0,"past_year_total_committers":0,"past_year_total_bot_commits":0,"past_year_total_bot_committers":0,"past_year_mean_commits":0.0,"past_year_dds":0.0,"last_synced_at":"2025-08-07T06:35:15.008Z","last_synced_commit":"f4139537ac2d3d8609d5aecc859a6fb797b107a1","created_at":"2024-10-02T14:38:36.399Z","updated_at":"2025-08-07T06:35:15.012Z","commits_url":"https://commits.ecosyste.ms/api/v1/hosts/GitHub/repositories/torchgan%2Ftorchgan/commits","host":{"name":"GitHub","url":"https://github.com","kind":"github","last_synced_at":"2025-08-15T00:00:12.661Z","repositories_count":5478302,"commits_count":853215296,"contributors_count":31091500,"owners_count":906512,"icon_url":"https://github.com/github.png","host_url":"https://commits.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://commits.ecosyste.ms/api/v1/hosts/GitHub/repositories"}},"issues_stats":{"full_name":"torchgan/torchgan","html_url":"https://github.com/torchgan/torchgan","last_synced_at":"2025-08-31T19:02:33.448Z","status":"error","issues_count":46,"pull_requests_count":56,"avg_time_to_close_issue":6841762.5,"avg_time_to_close_pull_request":1302366.358490566,"issues_closed_count":22,"pull_requests_closed_count":53,"pull_request_authors_count":14,"issue_authors_count":30,"avg_comments_per_issue":1.6956521739130435,"avg_comments_per_pull_request":1.2142857142857142,"merged_pull_requests_count":46,"bot_issues_count":0,"bot_pull_requests_count":1,"past_year_issues_count":0,"past_year_pull_requests_count":1,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":22203810.0,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":1,"past_year_pull_request_authors_count":1,"past_year_issue_authors_count":0,"past_year_avg_comments_per_issue":null,"past_year_avg_comments_per_pull_request":0.0,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":0,"created_at":"2023-05-15T01:40:09.888Z","updated_at":"2025-09-02T07:08:32.665Z","repository_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/torchgan%2Ftorchgan","issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/torchgan%2Ftorchgan/issues","issue_labels_count":{"bug":15,"enhancement":13,"feature":12,"help wanted":6,"high priority":5,"good first issue":5,"v0.0.2":2,"work in progress":2,"external-dependency":1,"stale":1,"wontfix":1},"pull_request_labels_count":{"enhancement":11,"high priority":7,"awaiting review":6,"feature":6,"bug":4,"work in progress":4,"awaiting merge":4,"v0.0.2":4,"do not merge":2,"tests needed":1,"external-dependency":1},"issue_author_associations_count":{"NONE":27,"MEMBER":11,"CONTRIBUTOR":5,"COLLABORATOR":2},"pull_request_author_associations_count":{"MEMBER":36,"CONTRIBUTOR":11,"NONE":5,"COLLABORATOR":5},"issue_authors":{"avik-pal":11,"dsevero":3,"Xylobyte":2,"Aniket1998":2,"xujin1184104394":2,"namanbiyani":2,"Xaffle":1,"alexorona":1,"kayuksel":1,"bosaving":1,"sixin-zh":1,"PasqualeZingo":1,"FelixAbrahamsson":1,"amine-boukriba":1,"xfguo-ucas":1,"La-fe":1,"Sumching":1,"hubutui":1,"yatindandi":1,"thuongmhh":1,"CachCheng":1,"wlsdzyzl":1,"Sabian98":1,"wangzizhe":1,"shi-weili":1,"tumble-weed":1,"Avinandan22":1,"free-mana":1,"NMontanaBrown":1},"pull_request_authors":{"avik-pal":36,"Aniket1998":5,"namanbiyani":4,"AmmarBattah":2,"Avinandan22":1,"jspisak":1,"nirmal-suthar":1,"monkeywithacupcake":1,"shi-weili":1,"kayuksel":1,"dependabot[bot]":1,"XiangYyang":1,"TrellixVulnTeam":1,"yatindandi":1},"host":{"name":"GitHub","url":"https://github.com","kind":"github","last_synced_at":"2025-09-03T00:00:08.273Z","repositories_count":10068978,"issues_count":31212674,"pull_requests_count":95211468,"authors_count":10688660,"icon_url":"https://github.com/github.png","host_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories","owners_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/owners","authors_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors"},"past_year_issue_labels_count":{},"past_year_pull_request_labels_count":{},"past_year_issue_author_associations_count":{},"past_year_pull_request_author_associations_count":{"NONE":2},"past_year_issue_authors":{},"past_year_pull_request_authors":{"AmmarBattah":2},"maintainers":[{"login":"avik-pal","count":47,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/avik-pal"},{"login":"Aniket1998","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Aniket1998"}],"active_maintainers":[]},"events":{"total":{"WatchEvent":25,"PullRequestEvent":1,"ForkEvent":2},"last_year":{"WatchEvent":25,"PullRequestEvent":1,"ForkEvent":2}},"keywords":["computer-vision","deep-learning","gans","generative-adversarial-networks","generative-model","machine-learning","neural-networks","python","python3","pytorch"],"dependencies":[{"ecosystem":"pypi","filepath":"docs/requirements.txt","sha":null,"kind":"manifest","created_at":"2022-08-26T13:11:34.001Z","updated_at":"2022-08-26T13:11:34.001Z","repository_link":"https://github.com/torchgan/torchgan/blob/master/docs/requirements.txt","dependencies":[{"id":2819352264,"package_name":"sphinx","ecosystem":"pypi","requirements":"*","direct":true,"kind":"runtime","optional":false},{"id":2819352265,"package_name":"sphinx_rtd_theme","ecosystem":"pypi","requirements":"*","direct":true,"kind":"runtime","optional":false}]},{"ecosystem":"pypi","filepath":"requirements.txt","sha":null,"kind":"manifest","created_at":"2022-08-26T13:11:34.190Z","updated_at":"2022-08-26T13:11:34.190Z","repository_link":"https://github.com/torchgan/torchgan/blob/master/requirements.txt","dependencies":[{"id":2819352836,"package_name":"numpy","ecosystem":"pypi","requirements":"*","direct":true,"kind":"runtime","optional":false},{"id":2819352837,"package_name":"pillow","ecosystem":"pypi","requirements":"*","direct":true,"kind":"runtime","optional":false},{"id":2819352838,"package_name":"scipy","ecosystem":"pypi","requirements":"*","direct":true,"kind":"runtime","optional":false},{"id":2819352839,"package_name":"torch","ecosystem":"pypi","requirements":"\u003e=1.2","direct":true,"kind":"runtime","optional":false},{"id":2819352840,"package_name":"torchvision","ecosystem":"pypi","requirements":"\u003e=0.4","direct":true,"kind":"runtime","optional":false},{"id":2819352841,"package_name":"wget","ecosystem":"pypi","requirements":"*","direct":true,"kind":"runtime","optional":false}]},{"ecosystem":"actions","filepath":".github/workflows/ci_testing.yml","sha":null,"kind":"manifest","created_at":"2025-04-14T15:41:52.457Z","updated_at":"2025-04-14T15:41:52.457Z","repository_link":"https://github.com/torchgan/torchgan/blob/master/.github/workflows/ci_testing.yml","dependencies":[{"id":22684219800,"package_name":"actions/checkout","ecosystem":"actions","requirements":"v1","direct":true,"kind":"composite","optional":false},{"id":22684219801,"package_name":"actions/setup-python","ecosystem":"actions","requirements":"v1","direct":true,"kind":"composite","optional":false}]},{"ecosystem":"actions","filepath":".github/workflows/codecov.yml","sha":null,"kind":"manifest","created_at":"2025-04-14T15:41:52.512Z","updated_at":"2025-04-14T15:41:52.512Z","repository_link":"https://github.com/torchgan/torchgan/blob/master/.github/workflows/codecov.yml","dependencies":[{"id":22684219802,"package_name":"actions/checkout","ecosystem":"actions","requirements":"master","direct":true,"kind":"composite","optional":false},{"id":22684219803,"package_name":"actions/setup-python","ecosystem":"actions","requirements":"master","direct":true,"kind":"composite","optional":false}]},{"ecosystem":"actions","filepath":".github/workflows/pythonpublish.yml","sha":null,"kind":"manifest","created_at":"2025-04-14T15:41:52.570Z","updated_at":"2025-04-14T15:41:52.570Z","repository_link":"https://github.com/torchgan/torchgan/blob/master/.github/workflows/pythonpublish.yml","dependencies":[{"id":22684219804,"package_name":"actions/checkout","ecosystem":"actions","requirements":"v1","direct":true,"kind":"composite","optional":false},{"id":22684219805,"package_name":"actions/setup-python","ecosystem":"actions","requirements":"v1","direct":true,"kind":"composite","optional":false}]},{"ecosystem":"actions","filepath":".github/workflows/rebase.yml","sha":null,"kind":"manifest","created_at":"2025-04-14T15:41:52.623Z","updated_at":"2025-04-14T15:41:52.623Z","repository_link":"https://github.com/torchgan/torchgan/blob/master/.github/workflows/rebase.yml","dependencies":[{"id":22684219806,"package_name":"actions/checkout","ecosystem":"actions","requirements":"master","direct":true,"kind":"composite","optional":false},{"id":22684219807,"package_name":"cirrus-actions/rebase","ecosystem":"actions","requirements":"1.2","direct":true,"kind":"composite","optional":false}]},{"ecosystem":"pypi","filepath":"pyproject.toml","sha":null,"kind":"manifest","created_at":"2025-04-14T15:41:52.692Z","updated_at":"2025-04-14T15:41:52.692Z","repository_link":"https://github.com/torchgan/torchgan/blob/master/pyproject.toml","dependencies":[]},{"ecosystem":"pypi","filepath":"setup.py","sha":null,"kind":"manifest","created_at":"2025-04-14T15:41:52.749Z","updated_at":"2025-04-14T15:41:52.749Z","repository_link":"https://github.com/torchgan/torchgan/blob/master/setup.py","dependencies":[]}],"score":18.9356429203754,"created_at":"2025-09-04T09:17:51.699Z","updated_at":"2025-10-07T08:04:34.385Z","avatar_url":"https://github.com/torchgan.png","language":"Python","category":"Scientific Software","sub_category":"Peer-reviewed","monthly_downloads":11504,"funding_links":[],"readme_doi_urls":["https://doi.org/10.21105/joss.02606"],"works":{},"citation_counts":{},"total_citations":0,"keywords_from_contributors":["mesh"],"project_url":"https://science.ecosyste.ms/api/v1/projects/1719","html_url":"https://science.ecosyste.ms/projects/1719","bibtex_url":"https://science.ecosyste.ms/projects/1719/export.bibtex","apalike_url":"https://science.ecosyste.ms/projects/1719/export.apalike"}