Skip to content

icml2024paper/NI-GBMS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NI-GBMS

The source code of "Accelerating Legacy Numerical Solvers by Non-intrusive Gradient-based Meta-solving".

Project Organization

├── LICENSE
├── README.md          <- The top-level README for developers using this project.
├── data               <- Data directory
├── requirements.txt   <- The requirements file for reproducing the analysis environment
├── setup.py           <- makes project pip installable (pip install -e .) so src can be imported
└── src                <- Source code for use in this project.
    ├── configs        <- Config files to specify hyperparameters
    ├── data           <- Scripts to generate data and DataSet classes of Pytorch.
    ├── losses         <- Loss functions
    ├── models         <- Scripts to train models
    ├── solvers        <- Iterative solvers 
    └── utils          <- Utilities 

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages