Repo organization and folders structure #19
Replies: 3 comments 2 replies
-
Sounds great ! Using the same structure, I thought of adding a few folders. For example for the general structure, we can have dna-diffusion
Within dna-diffusion, I propose the following subfolders : data
|
Beta Was this translation helpful? Give feedback.
-
Hey @ssenan, pinging you about the dataloaders example. You can look at StableDiffusion, which split their dataloaders in to multiple classes, each for every dataset they use. This approach is called separation of concerns in engineering and the scope is to:
|
Beta Was this translation helpful? Give feedback.
-
Hi! I created some restructuration in the main DNA-diffusion branch. This is the initial suggestion. @matei Bejan and others, please feel free to suggest a different structure, I know that your refactoring can modify this structure. This is just the initial idea, don't if you need to change it. |
Beta Was this translation helpful? Give feedback.
-
Hi guys,
Given that a subteam is already working on the code-base and other people are working on notebooks it is a good moment to reach consensus on how to structure the repo.
I propose the following structure
dna-diffusion
docs
tests
notebooks
Within dna-diffusion we can have these subfolders:
data
models
metrics
utils
We can discuss more at the next Wed meeting on zoom but please write below your thoughts!
Beta Was this translation helpful? Give feedback.
All reactions