Is there a way to load the npy in the folder at once?

Asked 2 years ago, Updated 2 years ago, 46 views

It's hard to get it because I have to do location + file name if I do np.load.

python numpy

2022-09-20 11:38

1 Answers

The os.listdir command lets you recall the filename located in a particular directory.


2022-09-20 11:38

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.