rohan843 / dnncase

GNU General Public License v3.0
1 stars 0 forks source link

Choose entities #26

Open rohan843 opened 1 year ago

rohan843 commented 1 year ago

We will start with LLD. For that, it's best to start deciding what entities exist in our system. Examples of entities are:

  1. Layers
  2. Models
  3. Python module

Etc.

rohan843 commented 1 year ago

Things like a Delta are not entities. For example, updation is a responsibility of a layer, but is an action, not a 'thing'.