We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcee795 commit 9daa9a8Copy full SHA for 9daa9a8
src/train_brain_decoder.py
@@ -96,7 +96,7 @@ def get_acc(
96
low_cut_hz=low_cut_hz,
97
)
98
99
- # Set up Network training with validation and a final test-accuracy measurement.
+ # TODO: Set up Network training with validation and a final test-accuracy measurement.
100
# Use PyTorch's Adam optimizer.
101
# Use the X and y attributes of the set objects to access the EEG measurements
102
# and corresponding labels.
0 commit comments