소스 검색

Removed point correcting for now as it is not ready.

Chaithra-Umesh 3 년 전
부모
커밋
2484c0eec6
1개의 변경된 파일0개의 추가작업 그리고 3개의 파일을 삭제
  1. 0 3
      library/generators/NextConvGeN.py

+ 0 - 3
library/generators/NextConvGeN.py

@@ -152,9 +152,6 @@ class NextConvGeN(GanBaseClass):
         ## extract the exact number of synthetic samples needed to exactly balance the two classes
         synth_set = np.array(synth_set[:numOfSamples])
         
-        if fdc is not None:
-            synth_set = fdc.fixPointsToDataset(synth_set)
-
         return synth_set
 
     def predictReal(self, data):