-
Notifications
You must be signed in to change notification settings - Fork 0
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
Enhancement of Deep Momentum Network with GPU handling, logging improvements, and result analysis notebook #4
Conversation
PR Analysis
PR Feedback
How to useInstructions
|
PR Description updated to latest commit (73a9b3d) |
Type
Enhancement
Description
This PR introduces several enhancements to the Deep Momentum Network:
PR changes walkthrough
4 files
run_dmn_experiment.py
examples/run_dmn_experiment.py
Added GPU handling and logging for GPU availability. The GPU
is now disabled for faster run as the batch size is too
small.
deep_momentum_network.py
mom_trans/deep_momentum_network.py
Improved logging for better tracking of the model's
performance and hyperparameters. The validation data has
been removed from the model.
momentum_transformer.py
mom_trans/momentum_transformer.py
Removed the weighted metrics from the model compilation.
EF01 Result Analysis.ipynb
notebooks/EF01 Result Analysis.ipynb
Added a new Jupyter notebook to analyze the results of a
single run of the model.
1 files
fixed_params.py
settings/fixed_params.py
Decreased the number of random search iterations for faster
execution.
1 files
requirements.txt
requirements.txt
Added new dependencies for JupyterLab, QuantStats, and
TensorFlow Metal.