reorganised_modules
Suggestion for new package organization. When new names are suggested, the old names are kept in square brackets.
sound_classification
|--data_handling
|.....|--data_handling.py
|.....|--data_base_utils [h5.py]
|.....|--parsing.py [jason_parsing.py]
|.....|--data_ingestion.py [training_data_provider.py]
|.....|--audio_file_reader [batch_reader.py]
|--signal_processing
|.....|--annotation.py
|.....|--signal_processing.py [pre-processing.py]
|.....|--spectrogram.py
|.....|--audio_signal.py
|--neural_networks
|.....|--neural_networks.py
|.....|--cnn_whale.py
|.....|--edtcn.py
|--utils.py [util.py]
- Maybe move the batch_reader module into the data_handling module?
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information