|
|
@@ -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):
|