Created
February 10, 2021 10:09
-
-
Save nausikt/9b22e57f7750e2b59e981a6707e60eb4 to your computer and use it in GitHub Desktop.
Example parallel training workflow
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| params.r = 2 | |
| params.batch_size = 32 | |
| params.seq_length = 32 | |
| params.bond_dim = 700 | |
| params.epochs = 50 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment