Skip to content
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

Refactor of multiple files, added VGSL Spec, unittests #2

Merged
merged 44 commits into from
Sep 25, 2023

Conversation

TimKoornstra
Copy link
Collaborator

This release adds

  • Unittests for the most-used classes
  • Github actions runs unittests on push/pull request
  • The introduction of VGSL spec-type model creation
  • Improved README.md

Notes:

  • New models must now be created with either a VGSL spec string, or "model" + the version number corresponding to the "old" way of creating models. For example, --model new17 becomes --model model17.

TimKoornstra and others added 30 commits August 3, 2023 15:36
Main changes: removal of unreachable code and different build
functions (only 1 left for now). Reordering of some imports
Simplify some loops, move arguments to arg_parser.py and
categorize them
Can be improved. Maybe with concurrency.
…on, stride support in Conv2D generator, model_library changes
…arbitrary number, error will be raised if dropout >= 100 given)
@MMaas3 MMaas3 requested review from rvankoert and removed request for MMaas3 September 22, 2023 08:22
@rvankoert rvankoert merged commit 453fb2e into master Sep 25, 2023
2 checks passed
@TimKoornstra TimKoornstra deleted the model-refactor branch September 25, 2023 10:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants