Skip to content

Commit

Permalink
Merge pull request #5 from ipranjal/feature/dummy
Browse files Browse the repository at this point in the history
Feature/dummy
  • Loading branch information
ipranjal authored Sep 23, 2023
2 parents 4d5bb63 + e6a7687 commit 15ddab7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
Binary file added .github/.DS_Store
Binary file not shown.
2 changes: 2 additions & 0 deletions .github/workflows/action_demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,6 @@ jobs:
run: pip3 install --no-cache-dir -r requirements.txt
- name: Run test cases
run: python3 digits.py
- run: echo "This statment is added to echo as part of quiz question 1"


4 changes: 4 additions & 0 deletions digits.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@

x,y = read_digits()

print("Total number of samples : ", len(x))

print("(number of samples,length of image,height of image) is:",x.shape)

test_sizes = [0.1, 0.2, 0.3]
dev_sizes = [0.1, 0.2, 0.3]

Expand Down

0 comments on commit 15ddab7

Please sign in to comment.