xingyifei2016 / RotLieNet

16 stars 4 forks source link

How to cat the dataset in windows OS? #1

Closed GanggangDong closed 4 years ago

GanggangDong commented 4 years ago

Hi, Dr. Xing, how to cat the dataset in windows OS. There is no cat command in windows. Thank you very much.

xingyifei2016 commented 4 years ago

Hello Ganggang, I have not worked on a windows os for this project, so I can't give a definite answer, however solutions may be found online such as these. Thanks for asking!

https://stackoverflow.com/questions/34609650/how-to-split-file-in-windows-just-like-linux

GanggangDong commented 4 years ago

Thank you very much. I have achieved the cat job in winows.

GanggangDong commented 4 years ago

Hi, Dr Xing, there are 5 sets of data in each npy file. I find the last axis (data[4, :, :]) is the magnitude. What is the data of other 4 axis? Thank you very much.