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

Add Flax MNIST training example #46

Merged
merged 1 commit into from
Dec 5, 2023
Merged

Conversation

balancap
Copy link
Contributor

@balancap balancap commented Dec 4, 2023

Helps improving operation coverage in autoscale and finding edge cases.
The training could be tested using: python ./experiments/mnist/flax_example/main.py --workdir ./experiments/mnist/flax_example/results --config ./experiments/mnist/flax_example/configs/default.py

NOTE: We still need to understand why some operations now requires promotion to scaled array. Any idea why this is required?

@balancap balancap marked this pull request as draft December 4, 2023 11:17
@balancap balancap force-pushed the add-flax-mnist-training-example branch 3 times, most recently from b6b1936 to 2eab7d3 Compare December 5, 2023 09:41
@balancap balancap marked this pull request as ready for review December 5, 2023 09:50
Helps improving operation coverage in `autoscale` and finding edge cases.
The training could be tested using: python ./experiments/mnist/flax_example/main.py --workdir ./experiments/mnist/flax_example/results --config ./experiments/mnist/flax_example/configs/default.py

NOTE: We still need to understand why some operations now requires promotion to scaled array. Any idea why this is required?
@balancap balancap force-pushed the add-flax-mnist-training-example branch from 2eab7d3 to 3ee4c08 Compare December 5, 2023 09:54
@balancap balancap merged commit 9d02472 into main Dec 5, 2023
2 checks passed
@balancap balancap deleted the add-flax-mnist-training-example branch December 5, 2023 10:50
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.

1 participant