jiweiqi / CellBox.jl

CellBox in Julia
MIT License
4 stars 1 forks source link

Random perm samples during training #17

Open jiweiqi opened 3 years ago

jiweiqi commented 3 years ago

https://github.com/jiweiqi/CellBox.jl/blob/d2cd6d9cf615978925aeb2cf9ec22f8ee4d7ad4b/cellbox/train.jl#L9

Better to use randperm(n_exp_train) instead

jiweiqi commented 3 years ago

Fixed now.