How to save training log for 'faster_rcnn`?

Hi there,

Can I store a training log while using tlt-train faster_rcnn? I need it badly.

Thanks

You can write the log into a file.
For example

tlt-train faster_rcnn -e spec.txt 2>&1 |tee log.txt

can this portion be added to any other model like PeopleNet / DetectNet for the training logs as well?

Yes.

I am getting this error when i add it at the end
tee: invalid option – ‘r’
Try ‘tee --help’ for more information.

Can you attach the full command and full log?