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
Hi! Thanks for your sharing
I tried to run this project on one machine. I run the code successfully by removing the ncluster.
But I have some confusions about configure of parameters.
I cannot understand 'trndir':'-sz/160' and 'trndir':'-sz/352'. I download the imagenet dataset by pytorch, there are two folders: train and val. May I know the differences between 'trndir1':'-sz/60', 'trndir':'-sz/352' and original imagenet dataset? Can I assign the same path to the 'trndir':'-sz/160', 'trndir':'-sz/352' , namely the imagenet dataset I downloaded? (in your code, just need to remove to 'trndir' )
The text was updated successfully, but these errors were encountered:
The difference between folders is that they are pre-resized versions of the dataset, -- resized to 60, 352, 160 pixels, this is done to reduce decoding time
Hi! Thanks for your sharing
I tried to run this project on one machine. I run the code successfully by removing the ncluster.
But I have some confusions about configure of parameters.
I cannot understand 'trndir':'-sz/160' and 'trndir':'-sz/352'. I download the imagenet dataset by pytorch, there are two folders: train and val. May I know the differences between 'trndir1':'-sz/60', 'trndir':'-sz/352' and original imagenet dataset? Can I assign the same path to the 'trndir':'-sz/160', 'trndir':'-sz/352' , namely the imagenet dataset I downloaded? (in your code, just need to remove to 'trndir' )
The text was updated successfully, but these errors were encountered: