Hi friends
I trained my CNN model and then I want seed training data to this trained model again and save these feature vectors
can you help me to write its code in pytorch?
Could you post the network architecture?
I guess the feature vector is returned by your model?
If so, you could just append it to a list and cast it to a Tensor
if needed.