Skip to content

Commit

Permalink
modified: .github/workflows/dependency-review.yml
Browse files Browse the repository at this point in the history
	modified:   BETA_E_Model_T&T.ipynb
  • Loading branch information
Aydinhamedi committed Feb 21, 2024
1 parent f5549bf commit 440038e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dependency-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# Source repository: https://github.com/actions/dependency-review-action
# Public documentation: https://docs.github.com/en/code-security/supply-chain-security/understanding-your-software-supply-chain/about-dependency-review#dependency-review-enforcement
name: 'Dependency Review'
on: pull_request
on: [pull_request, push]

permissions:
contents: read
Expand Down
10 changes: 7 additions & 3 deletions BETA_E_Model_T&T.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,11 @@
"text": [
"\u001b[0;33mUsing Def IDG...\u001b[0m\n",
"Found 23681 images belonging to 2 classes.\n",
"\u001b[0;33mLoading all images and labels into memory...\u001b[0m\n"
"\u001b[0;33mLoading all images and labels into memory...\u001b[0m\n",
"\u001b[0;33mMaking categorical data...\u001b[0m\n",
"\u001b[0m\u001b[0m\u001b[0;33mGenerating augmented data \u001b[0m\u001b[0;36m[\u001b[0m\u001b[0;32mADBD: \u001b[0m\u001b[0;31m0\u001b[0m\u001b[0;36m]\u001b[0m\u001b[0;33m...\u001b[0m\n",
"\u001b[0;33mNormalizing image data...\u001b[0m\n",
"\u001b[0m\u001b[0m\u001b[0mData type: \u001b[0m\u001b[0;32mfloat16\u001b[0m\n"
]
}
],
Expand Down Expand Up @@ -851,7 +855,7 @@
},
{
"cell_type": "code",
"execution_count": 7,
"execution_count": null,
"metadata": {
"ExecuteTime": {
"end_time": "2023-12-27T17:34:12.077394600Z",
Expand Down Expand Up @@ -8019,7 +8023,7 @@
},
{
"cell_type": "code",
"execution_count": 14,
"execution_count": null,
"metadata": {
"ExecuteTime": {
"end_time": "2023-12-28T07:04:23.573633300Z",
Expand Down

0 comments on commit 440038e

Please sign in to comment.