-
Notifications
You must be signed in to change notification settings - Fork 63
Tensorflow mock train #854
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
Tensorflow mock train #854
Conversation
|
What's the point of this script actually? Why don't we just use something that actually imports tensorflow and uses it, like: helloworld or simple linear regression? |
Tensorflow doesn't ship by default in |
Got it, thanks!
|
@jamOne- PTAL now |
Description
Create script that resembles tensorflow training but is a no-op.
Use it in docs for tpu7x as maxtext is unrealiable and does not work often.
Preview: https://github.com/scaliby/xpk/blob/tensorflow-mock-train/README.md
Issue
n/a
Testing
Tested commands manually.