| Hey Wei,
I did read the instructions and added an output layer to my config file (Attachment).
The problem is that with EACH training step it’ll extract the feature vector to my output CSV file. Is it possible to just extract the LAST FINAL TRAINING STEP? Imagine I want to extract a layer with 1000 nodes, in every training step it’ll add a vector with a length of 1000 to my output file. The file will get pretty huge.
Thanks and with best regards,
Georges
|
ae.conf
Description: Binary data
Hi Georges, Please refer to the instructions in this page http://singa.apache.org/docs/test.htmlShould you have other problems, feel free to contact us. regards, Wei On Wed, Jul 20, 2016 at 11:26 PM, Georges Alkhouri < [email protected]> wrote: Hello dear Singa Community,
is it possible to extract features after the model is trained and saved to the checkpoint path?
My setup is quiet similar like the RBM example setup. (Please look at the attachment)
I want to extract the „Inner4“ layer AFTER the network is trained. I tried to add an output layer to the config before training and I got all „Inner4“ layer feature vectors from every training epoch. But I just want the final trained feature vector.
Is this possible? What did I miss?
Thank you very much
Best regards,
Georges
|