DINCAE icon indicating copy to clipboard operation
DINCAE copied to clipboard

Ensure consistency of 'train' argument between data generator functions

Open HeQinWill opened this issue 10 months ago • 0 comments

Fixed a bug where the 'train' argument was not being consistently passed from the 'data_generator' function to the 'data_generator_list' function. This inconsistency was causing the 'train' value to unexpectedly switch to 'True' during data generation for the testing part. The 'train' argument is now directly passed from 'data_generator' to 'data_generator_list', ensuring its value remains consistent throughout the data generation process.

HeQinWill avatar Apr 18 '24 11:04 HeQinWill