Cnn training and binning#1
Open
catr1na wants to merge 76 commits into
Open
Conversation
Cleaner code
changed brackets and spacing in // Apply softmax
printf("DEBUG: Forward pass completed\n");
return model.dense_output_2;
} // ← this closing brace is critical
Optimized conv2dforward for timing
deleted second useless conv2dforward function
Changed conv2d forward
tiny typo
changed back to before
going back to earlier, faster version
changed: max_pool2d_forward: spatial-major ordering changed: conv2d_forward: filter-major ordering
- restrict keyword for pointer aliasing for conv2d forward
static void conv2d_forward(
float * restrict output,
const float * restrict input,
- unrolled innermost channel loop of conv2d forward
changed makefile as well: -03 -march=native -ffast=math
changed 10 to 16
changed 513 to 17
changed 16 to 17
Added new function create_log_binning_ranges and made new log_scale_spectrogram_c function. Commented out the original log_scale_spectrogram_c function.
changeed filter numbers
x2 for each filter number
x2 again
x2 again
nvm last one was wrong
sanity check bak to nromal
changed back to smaller for testing
getting bigger filters for testing again
back to nromal 64
all the changes are functions save_spectrogram_csv
not sur eif this is facts
Lots of this code is still commented out and replaced with dummy variables.
Lots of this code is still commented out and/or using dummy variables
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.