Skip to content

Commit

Permalink
Update detail.md
Browse files Browse the repository at this point in the history
update naming to repo structure
  • Loading branch information
leoglonz authored Dec 8, 2024
1 parent f1d3bcf commit 8699cbd
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/dmg/detail.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,18 +64,18 @@ According to this schema, we define these core classes, from bottom up:
## 𝛿MG Repository Structure:
.
β”œβ”€β”€ deltaModel/
β”‚ β”œβ”€β”€ __main__.py # Main entry point
β”‚ β”œβ”€β”€ conf/ # Configuration files
β”‚ β”œβ”€β”€ __main__.py # Run the framework; model experiments
β”‚ β”œβ”€β”€ conf/ # Configuration repository
β”‚ β”‚ β”œβ”€β”€ config.py
β”‚ β”‚ β”œβ”€β”€ config.yaml # Main configuration file
β”‚ β”‚ β”œβ”€β”€ hydra/
β”‚ β”‚ └── observations/ # Observation data config
β”‚ β”‚ └── observations/ # Data configuration files
β”‚ β”œβ”€β”€ core/
β”‚ β”‚ β”œβ”€β”€ calc/ # Calculation utilities
β”‚ β”‚ β”œβ”€β”€ data/ # Data processing
β”‚ β”‚ β”œβ”€β”€ data/ # Data Loaders and Samplers
β”‚ β”‚ └── utils/ # Helper functions
β”‚ β”œβ”€β”€ models/
β”‚ β”‚ β”œβ”€β”€ differentiable_model.py # Differentiable model definition DeltaModel
β”‚ β”‚ β”œβ”€β”€ differentiable_model.py # Differentiable model (dPL modality)
β”‚ β”‚ β”œβ”€β”€ model_handler.py # High-level model manager
β”‚ β”‚ β”œβ”€β”€ loss_functions/ # Custom loss functions
β”‚ β”‚ └── neural_networks/ # Neural network architectures
Expand Down

0 comments on commit 8699cbd

Please sign in to comment.