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