We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Given the output from the current code, the following awk script will extract the training loss
awk '/Epoch/ {print $3}' xptClassifier.log | awk -F= '{print $2}' > trainingLoss.log