Skip to content

120 add use examples efficientnet fine tuning on cifar 100 #123

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 25 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
c24a843
Add files via upload
sashakolpakov Oct 31, 2023
35fa438
Update cifar_100_EfficientNet.py
sashakolpakov Oct 31, 2023
6687fe6
Update cifar_100_EfficientNet.ipynb
sashakolpakov Oct 31, 2023
4df1cb3
Update automerge.yml
Oct 31, 2023
e11ae43
Update automerge.yml
Oct 31, 2023
4810fe5
Update requirements.txt
sashakolpakov Oct 31, 2023
60197e8
Create cicd-requirements.txt
Oct 31, 2023
3e3455e
Update automerge.yml
Oct 31, 2023
285ceb8
Update requirements.txt
Oct 31, 2023
62b548d
Update cicd-requirements.txt
Oct 31, 2023
4e2cedf
Update cifar_100_EfficientNet.py
sashakolpakov Oct 31, 2023
143d3e6
Update cifar_100_EfficientNet.py
sashakolpakov Oct 31, 2023
f69b822
update cifar_100_EfficientNet
sashakolpakov Nov 1, 2023
ae5ef4a
Update cifar_100_EfficientNet.py
sashakolpakov Nov 1, 2023
29ec2ae
Update cifar_100_EfficientNet.ipynb
sashakolpakov Nov 1, 2023
8b66329
Update cifar_100_EfficientNet.py
sashakolpakov Nov 1, 2023
20cf34a
Update cifar_100_EfficientNet.ipynb
sashakolpakov Nov 1, 2023
d383e5a
Update automerge.yml
sashakolpakov Nov 1, 2023
6e01cd2
Update automerge.yml
Nov 3, 2023
f603da0
Update cicd-requirements.txt
Nov 3, 2023
506318a
Merge branch 'main' into 120-add-use-examples-efficientnet-fine-tunin…
Nov 15, 2023
dc75e62
Update automerge.yml
Nov 15, 2023
7fd7561
Update cifar_100_EfficientNet.py
david-thrower Nov 27, 2023
8742151
Update automerge.yml
david-thrower Nov 27, 2023
6ebceed
Merge branch 'main' into 120-add-use-examples-efficientnet-fine-tunin…
sashakolpakov Jun 9, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/automerge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: Python application

on:
push:
branches: [ "main", "171-upgrade-tf-2190" ]
branches: [ "main", "120-add-use-examples-efficientnet-fine-tuning-on-cifar-100" ]

permissions:
contents: read
Expand Down
Loading