We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
There was an error while loading. Please reload this page.