소스 검색

Added accidential deleted comment.

Kristian Schultz 3 년 전
부모
커밋
74d40d965f
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      library/generators/convGAN.py

+ 1 - 0
library/generators/convGAN.py

@@ -336,6 +336,7 @@ class ConvGAN(GanBaseClass):
                 ## generate random proximal majority batch
                 maj_batch = self._BMB(data_maj, min_batch_indices)
 
+                ## generate synthetic samples from convex space
                 ## of minority neighbourhood batch using generator
                 conv_samples = generator.predict(min_batch, batch_size=self.neb)
                 ## concatenate them with the majority batch