jiweiqi/CellBox.jl

Random perm samples during training

Opened this issue · 1 comments

epoch_samples = 1:n_exp_train

Better to use randperm(n_exp_train) instead

Fixed now.