anica
anica copied to clipboard
How to test ? Not train
Hello, This is a great job! If i have a 1-D signal with noise , how can I test it with trained parameters?
Hi, I didn't implement saving and loading of trained parameters because training was always very quick for the experiments I did. It should be fairly easy to add using the information here https://www.tensorflow.org/guide/saved_model . I might add it when I find the time but I'm quite busy at the moment.
I'm also wondering whether the method applies to your situation. Do you have only 1 signal observation or multiple? The method works by comparing at least two versions of the same data with different mixing (possibly non-linear) of the signals. Just to make sure you don't waste your time :)