{"id":28157178,"url":"https://github.com/topopensource/imagedector","last_synced_at":"2025-09-01T03:14:12.438Z","repository":{"id":203762401,"uuid":"311275853","full_name":"TopOpenSource/imagedector","owner":"TopOpenSource","description":null,"archived":false,"fork":false,"pushed_at":"2020-11-09T11:02:07.000Z","size":1139,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-15T08:16:38.561Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/TopOpenSource.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":"2020-11-09T08:46:51.000Z","updated_at":"2020-11-09T11:02:09.000Z","dependencies_parsed_at":null,"dependency_job_id":"312ff0ff-8648-4bc8-9587-c031f48aa8a5","html_url":"https://github.com/TopOpenSource/imagedector","commit_stats":null,"previous_names":["dzchengang/imagedector","topopensource/imagedector"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/TopOpenSource/imagedector","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TopOpenSource%2Fimagedector","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TopOpenSource%2Fimagedector/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TopOpenSource%2Fimagedector/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TopOpenSource%2Fimagedector/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TopOpenSource","download_url":"https://codeload.github.com/TopOpenSource/imagedector/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TopOpenSource%2Fimagedector/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273068853,"owners_count":25039911,"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-01T02:00:09.058Z","response_time":120,"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"}},"keywords":[],"created_at":"2025-05-15T08:16:31.500Z","updated_at":"2025-09-01T03:14:12.420Z","avatar_url":"https://github.com/TopOpenSource.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# #fit参数详情\n# keras.models.fit(\n# self,\n# x=None, #训练数据\n# y=None, #训练数据label标签\n# batch_size=None, #每经过多少个sample更新一次权重，defult 32\n# epochs=1, #训练的轮数epochs\n# verbose=1, #0为不在标准输出流输出日志信息，1为输出进度条记录，2为每个epoch输出一行记录\n# callbacks=None,#list，list中的元素为keras.callbacks.Callback对象，在训练过程中会调用list中的回调函数\n# validation_split=0., #浮点数0-1，将训练集中的一部分比例作为验证集，然后下面的验证集validation_data将不会起到作用\n# validation_data=None, #验证集\n# shuffle=True, #布尔值和字符串，如果为布尔值，表示是否在每一次epoch训练前随机打乱输入样本的顺序，如果为\"batch\"，为处理HDF5数据\n# class_weight=None, #dict,分类问题的时候，有的类别可能需要额外关注，分错的时候给的惩罚会比较大，所以权重会调高，体现在损失函数上面\n# sample_weight=None, #array,和输入样本对等长度,对输入的每个特征+个权值，如果是时序的数据，则采用(samples，sequence_length)的矩阵\n# initial_epoch=0, #如果之前做了训练，则可以从指定的epoch开始训练\n# steps_per_epoch=None, #将一个epoch分为多少个steps，也就是划分一个batch_size多大，比如steps_per_epoch=10，则就是将训练集分为10份，不能和batch_size共同使用\n# validation_steps=None, #当steps_per_epoch被启用的时候才有用，验证集的batch_size\n# **kwargs #用于和后端交互\n# )","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftopopensource%2Fimagedector","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftopopensource%2Fimagedector","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftopopensource%2Fimagedector/lists"}