Closed cheemsbaby closed 1 year ago
训练进程在输出目录的 log 文件里
但是我看不到训练多少了,是我自己的问题么,只有我自己卡在这样,每次ctrl c中止之后才能在log中看到训练多少
You can use tee
as in this bash script.
但是我看不到训练多少了,是我自己的问题么,只有我自己卡在这样,每次ctrl c中止之后才能在log中看到训练多少
你好,我想获得这篇论文用gdown下载的模型,自己使用gdown下载失败,想问问能发我邮箱吗,我的邮箱是775415315@qq.com。非常感谢!
训练的时候卡在这一步,看不到训练进程 (mvp) root@autodl-container-a34a11a952-3cb61709:~/autodl-tmp/absa/multi-view-prompting# bash scripts/run_unified.sh
This IS NOT expected if you are initializing MyT5ForConditionalGeneration from the checkpoint of a model that you expect to be exactly identical (initializing a BertForSequenceClassification model from a BertForSequenceClassification model). Some weights of MyT5ForConditionalGeneration were not initialized from the model checkpoint at t5-base and are newly initialized: ['encoder.embed_tokens.weight', 'lm_head.weight', 'decoder.embed_tokens.weight'] You should probably TRAIN this model on a down-stream task to be able to use it for predictions and inference. GPU available: True (cuda), used: True TPU available: False, using: 0 TPU cores IPU available: False, using: 0 IPUs HPU available: False, using: 0 HPUs /root/miniconda3/envs/mvp/lib/python3.8/site-packages/pytorch_lightning/trainer/connectors/logger_connector/logger_connector.py:67: UserWarning: Starting from v1.9.0,
tensorboardX
has been removed as a dependency of thepytorch_lightning
package, due to potential conflicts with other packages in the ML ecosystem. For this reason,logger=True
will useCSVLogger
as the default logger, unless thetensorboard
ortensorboardX
packages are found. Pleasepip install lightning[extra]
or one of them to enable TensorBoard support by default warning_cache.warn( You are using a CUDA device ('NVIDIA GeForce RTX 3090') that has Tensor Cores. To properly utilize them, you should settorch.set_float32_matmul_precision('medium' | 'high')
which will trade-off precision for performance. For more details, read https://pytorch.org/docs/stable/generated/torch.set_float32_matmul_precision.html#torch.set_float32_matmul_precision LOCAL_RANK: 0 - CUDA_VISIBLE_DEVICES: [0]| Name | Type | Params
0 | model | MyT5ForConditionalGeneration | 222 M
222 M Trainable params 0 Non-trainable params 222 M Total params 891.614 Total estimated model params size (MB)