Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Memory requirements when running train.py #14

Open
lixiangbao opened this issue Jul 11, 2018 · 0 comments
Open

Memory requirements when running train.py #14

lixiangbao opened this issue Jul 11, 2018 · 0 comments

Comments

@lixiangbao
Copy link

I have an issue when running train.py, which is the job will be killed while running this part of creating train set: (I have chosen ten classes of data, which is not so much.)
train_data = []
for index, btl_name in enumerate(btl_train_names):
temp = np.load(open(btl_name))
train_data.append(temp)

I am using a server with 256GB memory and one NVIDIA GPU. I want to know the minimum configuration for running the code successfully. Anyone could help me ??

thanks,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant