Open lalisaa opened 2 years ago
when i run doha.py on cmu_dog, there is an error: division by zero
train_batch_size = int(self.args.train_batch_size / self.args.gradient_accumulation_steps) num_train_steps = int(len(train_features) / train_batch_size / self.args.gradient_accumulation_steps * self.args.num_train_epochs)
when i run doha.py on cmu_dog, there is an error: division by zero
self.args.train_batch_size=2; self.args.gradient_accumulation_steps=8