Is there any way to check how much memory is used during neural network training?

I want to compare memory usage for 2 different data sets during ANN training. Training function is 'trainlm'. I need to know exactly how much memory is used? Can anyone help me?

2 Comments

I wanted to know how much memory is allocated for trainlm during training.
As I know the trainlm algorithm needs to compute Jacobbian Matrix which can be quite memory intensive for a large network. As for now, I need to know how much memory is alocated for that process, can any one help me out?

Sign in to comment.

Answers (0)

Categories

Find more on Deep Learning Toolbox in Help Center and File Exchange

Asked:

on 3 Apr 2017

Commented:

on 18 Apr 2017

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!