Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No reconstructed videos, after running “./scripts/test_multi.sh” #58

Open
jamyriver opened this issue Sep 1, 2023 · 3 comments
Open

Comments

@jamyriver
Copy link

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 |

@kyrie111
Copy link

kyrie111 commented Sep 7, 2023

I encountered the same problem, has it been solved now?

@jamyriver
Copy link
Author

I encountered the same problem, has it been solved now?

No,still Error

@Jinjing-Yuan
Copy link

Hi! I see you already run the ./scripts/test_multi.sh. May I ask how to generate your own configs/xxx/base.yaml file?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants