You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to whiten CIFAR-10 following the instructions and using the mentioned scripts. I succeed got train.npy and test.npy out from make_cifar10_gcn_whitened.py. But I couldn't figure out how to convert them to torch cifar10_whitened.t7 by using cifar100_pylearn2_torch.lua. Looks like the cifar10_whitened.t7 is an input for the script but not an output.
Could you please help me on this?
The text was updated successfully, but these errors were encountered:
I'm trying to whiten CIFAR-10 following the instructions and using the mentioned scripts. I succeed got
train.npy
andtest.npy
out frommake_cifar10_gcn_whitened.py
. But I couldn't figure out how to convert them to torchcifar10_whitened.t7
by using cifar100_pylearn2_torch.lua. Looks like thecifar10_whitened.t7
is an input for the script but not an output.Could you please help me on this?
The text was updated successfully, but these errors were encountered: