How to normalize the dataset, such as dvs128gestures, in spikingjelly of patch 0.0.0.6. #115
-
In spikingjelly 0.0.0.4, tutorial offers the methods to normalize dataset which are quite useful. But, after updating into 0.0.0.6, these normalization function as well as the options in class spikingjelly.datasets.dvs128_gesture.DVS128Gesture are gone. |
Beta Was this translation helpful? Give feedback.
Answered by
fangwei123456
Sep 23, 2021
Replies: 1 comment
-
Hi, I guess most normalization used during integrating events can be implemented as |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Ikarosy
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, I guess most normalization used during integrating events can be implemented as
transform: Optional[Callable] = None
of the dataset?