-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
Hi,
Yet, in train(), you call:
feed_dict[x], feed_dict[x_w] = training_data.next_batch(batch_size, whitened=False)
(my line numbers no longer correspond to yours). Note that in UnlabelledDataSet, the last few lines are:
if whitened:
return self.images[start:end], self._whitened_images[start:end]
else: return self._images[start:end], self.images[start:end]
whitened is false, and self.images is not defined. Why does this work? Thanks.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels