Commit
·
14e6ce2
1
Parent(s):
d5ec49a
Create stats.txt
Browse files
stats.txt
ADDED
|
@@ -0,0 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
#SBATCH --nodes=1
|
| 2 |
+
#SBATCH --ntasks-per-node=1
|
| 3 |
+
#SBATCH --gres=gpu:2
|
| 4 |
+
#SBATCH --constraint=A100
|
| 5 |
+
#SBATCH --mem=17000
|
| 6 |
+
|
| 7 |
+
# Feilmeldingen under kommer ikke når man kjører med en GPU
|
| 8 |
+
|
| 9 |
+
|
| 10 |
+
|
| 11 |
+
/cluster/home/simentaa/master-kantega-22-23/notebooks/huggingface/test_train/cudaHF.py:86: FutureWarning: load_metric is deprecated and will be removed in the next major version of datasets. Use 'evaluate.load' instead, from the new library 🤗 Evaluate: https://huggingface.co/docs/evaluate
|
| 12 |
+
metric = datasets.load_metric('sacrebleu')
|
| 13 |
+
Cloning https://huggingface.co/NTCAL/norbert2_sentiment_norec_13 into local empty directory.
|
| 14 |
+
/cluster/home/simentaa/.local/lib/python3.9/site-packages/torch/nn/parallel/_functions.py:68: UserWarning: Was asked to gather along dimension 0, but all input tensors were scalars; will instead unsqueeze and return a vector.
|
| 15 |
+
warnings.warn('Was asked to gather along dimension 0, but all '
|
| 16 |
+
/cluster/home/simentaa/.local/lib/python3.9/site-packages/torch/nn/parallel/_functions.py:68: UserWarning: Was asked to gather along dimension 0, but all input tensors were scalars; will instead unsqueeze and return a vector.
|
| 17 |
+
warnings.warn('Was asked to gather along dimension 0, but all '
|
| 18 |
+
Several commits (2) will be pushed upstream.
|
| 19 |
+
The progress bars may be unreliable.
|
| 20 |
+
|
| 21 |
+
|
| 22 |
+
GPU memory occupied: 817 MB.
|
| 23 |
+
Trener()
|
| 24 |
+
GPU memory occupied: 10758 MB.
|
| 25 |
+
|
| 26 |
+
{'train_runtime': 97.1582, 'train_samples_per_second': 0.103, 'train_steps_per_second': 0.062, 'train_loss': 0.674299493432045, 'epoch': 2.0}
|
| 27 |
+
Time: 97.16
|