OntoZSL icon indicating copy to clipboard operation
OntoZSL copied to clipboard

SemSize args value

Open Alpha-Raj opened this issue 3 years ago • 1 comments

Hello, I'm trying to setup and run the OntoZSL for the AwA2 dataset. While in the training process I would like to know the default args value for 'SemSize' argument. Since there is no default value mentioned in the args.py file the code throws an error in the training process while initializing the generator.

Thank you.

Alpha-Raj avatar Jun 07 '21 19:06 Alpha-Raj

Hello, I'm trying to setup and run the OntoZSL for the AwA2 dataset. While in the training process I would like to know the default args value for 'SemSize' argument. Since there is no default value mentioned in the args.py file the code throws an error in the training process while initializing the generator.

Thank you.

Hi, this problem can be resolved by changing the 82nd line in 'gan_imgc.py' to one = torch.tensor(1, dtype=torch.float). I will revise it right now.

genggengcss avatar Apr 14 '22 05:04 genggengcss