{"id":26540398,"url":"https://github.com/kernelinterrupt/pytorch_dart_example_models","last_synced_at":"2025-03-22T00:33:28.722Z","repository":{"id":248386586,"uuid":"828550508","full_name":"KernelInterrupt/pytorch_dart_example_models","owner":"KernelInterrupt","description":null,"archived":false,"fork":false,"pushed_at":"2024-07-14T13:54:02.000Z","size":42490,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-07-14T15:36:05.101Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/KernelInterrupt.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2024-07-14T13:43:49.000Z","updated_at":"2024-07-14T15:36:23.983Z","dependencies_parsed_at":"2024-07-14T15:53:57.342Z","dependency_job_id":null,"html_url":"https://github.com/KernelInterrupt/pytorch_dart_example_models","commit_stats":null,"previous_names":["kernelinterrupt/pytorch_dart_example_models"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KernelInterrupt%2Fpytorch_dart_example_models","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KernelInterrupt%2Fpytorch_dart_example_models/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KernelInterrupt%2Fpytorch_dart_example_models/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KernelInterrupt%2Fpytorch_dart_example_models/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KernelInterrupt","download_url":"https://codeload.github.com/KernelInterrupt/pytorch_dart_example_models/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244890102,"owners_count":20527030,"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":"2025-03-22T00:32:29.729Z","updated_at":"2025-03-22T00:33:28.715Z","avatar_url":"https://github.com/KernelInterrupt.png","language":null,"readme":"The models of examples of Pytorch_Dart will be stored here.\nAlso,you can generate the model by yourself.\nRun code below to generate `traced_resnet_model.pt`\n\n\n```python\n\nimport torch\nimport torchvision\n\n# An instance of your model.\nmodel = torchvision.models.resnet18(pretrained=True)\n\n# Switch the model to eval model\nmodel.eval()\n\n # An example input you would normally provide to your model's forward() method.\nexample = torch.rand(1, 3, 224, 224)\n\n# Use torch.jit.trace to generate a torch.jit.ScriptModule via tracing.\ntraced_script_module = torch.jit.trace(model, example)\n\n# Save the TorchScript model\ntraced_script_module.save(\"traced_resnet_model.pt\")\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkernelinterrupt%2Fpytorch_dart_example_models","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkernelinterrupt%2Fpytorch_dart_example_models","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkernelinterrupt%2Fpytorch_dart_example_models/lists"}