You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After running “./scripts/test_multi.sh”,I didn't find the reconstructed videos in “results/all_sequences/{NAME}/{EXP_NAME}”.
I need help.
./scripts/test_multi.sh
ModelCheckpoint(save_last=True, save_top_k=-1, monitor=None) will duplicate the last checkpoint saved.
/root/miniconda3/lib/python3.10/site-packages/lightning_fabric/connector.py:562: UserWarning: 16 is supported for historical reasons but its usage is discouraged. Please set your precision to 16-mixed instead!
rank_zero_warn(
Using 16bit Automatic Mixed Precision (AMP)
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
Initializing distributed: GLOBAL_RANK: 0, MEMBER: 1/1
distributed_backend=nccl
All distributed processes registered. Starting with 1 processes
LOCAL_RANK: 0 - CUDA_VISIBLE_DEVICES: [0]
/root/miniconda3/lib/python3.10/site-packages/torch/utils/tensorboard/init.py:4: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead.
if not hasattr(tensorboard, "version") or LooseVersion(
/root/miniconda3/lib/python3.10/site-packages/torch/utils/tensorboard/init.py:6: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead.
) < LooseVersion("1.15"):
/root/miniconda3/lib/python3.10/site-packages/pytorch_lightning/utilities/data.py:103: UserWarning: Total length of DataLoader across ranks is zero. Please make sure this was your intention.
rank_zero_warn(
TEST Profiler Report
| Action | Mean duration (s) | Num calls | Total time (s) | Percentage % |
After running “./scripts/test_multi.sh”,I didn't find the reconstructed videos in “results/all_sequences/{NAME}/{EXP_NAME}”.
I need help.
./scripts/test_multi.sh
ModelCheckpoint(save_last=True, save_top_k=-1, monitor=None) will duplicate the last checkpoint saved.
/root/miniconda3/lib/python3.10/site-packages/lightning_fabric/connector.py:562: UserWarning: 16 is supported for historical reasons but its usage is discouraged. Please set your precision to 16-mixed instead!
rank_zero_warn(
Using 16bit Automatic Mixed Precision (AMP)
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
Initializing distributed: GLOBAL_RANK: 0, MEMBER: 1/1
distributed_backend=nccl
All distributed processes registered. Starting with 1 processes
LOCAL_RANK: 0 - CUDA_VISIBLE_DEVICES: [0]
/root/miniconda3/lib/python3.10/site-packages/torch/utils/tensorboard/init.py:4: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead.
if not hasattr(tensorboard, "version") or LooseVersion(
/root/miniconda3/lib/python3.10/site-packages/torch/utils/tensorboard/init.py:6: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead.
) < LooseVersion("1.15"):
/root/miniconda3/lib/python3.10/site-packages/pytorch_lightning/utilities/data.py:103: UserWarning: Total length of
DataLoader
across ranks is zero. Please make sure this was your intention.rank_zero_warn(
TEST Profiler Report
| Action | Mean duration (s) | Num calls | Total time (s) | Percentage % |
| Total | - | 11 | 0.74908 | 100 % |
| [Callback]ModelCheckpoint{'monitor': None, 'mode': 'max', 'every_n_train_steps': 2000, 'every_n_epochs': 0, 'train_time_interval': None}.setup | 0.00045171 | 1 | 0.00045171 | 0.060302 |
| [Callback]TQDMProgressBar.setup | 1.1806e-05 | 1 | 1.1806e-05 | 0.0015761 |
| [LightningModule]ImplicitVideoSystem.setup | 1.043e-05 | 1 | 1.043e-05 | 0.0013924 |
| [Callback]TQDMProgressBar.teardown | 8.535e-06 | 1 | 8.535e-06 | 0.0011394 |
| [LightningModule]ImplicitVideoSystem.teardown | 6.5661e-06 | 1 | 6.5661e-06 | 0.00087654 |
| [LightningModule]ImplicitVideoSystem.configure_callbacks | 2.96e-06 | 1 | 2.96e-06 | 0.00039515 |
| [Callback]ModelSummary.setup | 2.274e-06 | 1 | 2.274e-06 | 0.00030357 |
| [LightningModule]ImplicitVideoSystem.configure_sharded_model | 2.252e-06 | 1 | 2.252e-06 | 0.00030063 |
| [Callback]ModelSummary.teardown | 1.909e-06 | 1 | 1.909e-06 | 0.00025485 |
| [LightningModule]ImplicitVideoSystem.prepare_data | 1.554e-06 | 1 | 1.554e-06 | 0.00020745 |
| [Callback]ModelCheckpoint{'monitor': None, 'mode': 'max', 'every_n_train_steps': 2000, 'every_n_epochs': 0, 'train_time_interval': None}.teardown | 1.544e-06 | 1 | 1.544e-06 | 0.00020612 |
The text was updated successfully, but these errors were encountered: