We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Add test for comparing classic ode and default ode_mlp structures once implicit Euler method is implemented (i.e., after #316).
def test_forward_run_mlp(): ncpu = min(5, max(1, os.cpu_count() - 1)) # % Test some multi layer perceptron models versus classical models # % TODO: add ode and ode_mlp once implicit Euler for neural ode is implemented mlp_to_cls_structure = { "zero-gr4_mlp-lr": "zero-gr4-lr", "zero-gr5_mlp-lr": "zero-gr5-lr", "zero-gr6_mlp-lr": "zero-gr6-lr", "zero-grd_mlp-lr": "zero-grd-lr", "zero-grc_mlp-lr": "zero-grc-lr", "zero-loieau_mlp-lr": "zero-loieau-lr", }
The text was updated successfully, but these errors were encountered:
nghi-truyen
Successfully merging a pull request may close this issue.
Add test for comparing classic ode and default ode_mlp structures once implicit Euler method is implemented (i.e., after #316).
The text was updated successfully, but these errors were encountered: