Feature-Generating-Networks
Feature-Generating-Networks copied to clipboard
Zero Shot Learning with Feature Generating Networks
Hi, can I train with custom dataset? How can I create res101.mat & att_splits.mat files?
There is a big mistake in the code. The classifiers are trained on a concatenation of image features and the class attributes. Obviously, it should be just the image features.
Hi, Abhipanda4! Thanks for sharing codes. I find something wrong about the input variables for self.final_classifier in Class Trainer. I think this classifier should't be trained by using any attribute...
hello, I am confused with the gzsl_dataset. When train the final classifier, the syn_dataset contain the gzsl_dataset. Dose it mean that gzsl_dataset = real seen dataset?