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

quit #312

Open
boxaio opened this issue Jun 1, 2023 · 2 comments
Open

quit #312

boxaio opened this issue Jun 1, 2023 · 2 comments

Comments

@boxaio
Copy link

boxaio commented Jun 1, 2023

No description provided.

@boxaio
Copy link
Author

boxaio commented Jun 1, 2023

I run the command:
python main.py --root_path ./data/ --data_path ETTh1.csv --input_dim 7 --percentage 0.05 --diff_steps 1000 --beta_end 0.1

then the output is like this :


(paddle) F:\Generative model\PaddleSpatial-main\research\D3VAE>python main.py --root_path ./data/ --data_path ETTh1.csv --input_dim 7 --percentage 0.05 --diff_steps 1000 --beta_end 0.1
E:\Anaconda3\envs\paddle\lib\site-packages\pkg_resources_init_.py:121: DeprecationWarning: pkg_resources is deprecated as an API
warnings.warn("pkg_resources is deprecated as an API", DeprecationWarning)
E:\Anaconda3\envs\paddle\lib\site-packages\pkg_resources_init_.py:2870: DeprecationWarning: Deprecated call to pkg_resources.declare_namespace('mpl_toolkits').
Implementing implicit namespace packages (as specified in PEP 420) is preferred to pkg_resources.declare_namespace. See https://setuptools.pypa.io/en/latest/references/keywords.html#keyword-namespace-packages
declare_namespace(pkg)
E:\Anaconda3\envs\paddle\lib\site-packages\pkg_resources_init_.py:2870: DeprecationWarning: Deprecated call to pkg_resources.declare_namespace('google').
Implementing implicit namespace packages (as specified in PEP 420) is preferred to pkg_resources.declare_namespace. See https://setuptools.pypa.io/en/latest/references/keywords.html#keyword-namespace-packages
declare_namespace(pkg)
Args in experiment:
Namespace(root_path='./data/', data_path='ETTh1.csv', target='target', features='MS', freq='t', checkpoints='./checkpoints/', arch_instance='res_mbconv', sequence_length=16, prediction_length=16, percentage=0.05, target_dim=1, input_dim=7, hidden_size=128, embedding_dimension=64, diff_steps=1000, dropout_rate=0.1, beta_schedule='linear', beta_start=0.0, beta_end=0.1, scale=0.1, psi=0.5, lambda1=1, gamma=0.01, mult=1, num_layers=2, num_channels_enc=32, channel_mult=2, num_preprocess_blocks=1, num_preprocess_cells=3, groups_per_scale=2, num_postprocess_blocks=1, num_postprocess_cells=2, num_channels_dec=32, num_latent_per_group=8, num_workers=0, patience=5, itr=5, dim=-1, train_epochs=20, batch_size=16, learning_rate=0.005, weight_decay=0.0, loss_type='kl', use_gpu=True, gpu=0, use_multi_gpu=False, devices='0', detail_freq='t')
Use GPU: cuda:0
W0601 18:17:57.627503 24772 gpu_resources.cc:61] Please NOTE: device: 0, GPU Compute Capability: 6.1, Driver API Version: 11.7, Runtime API Version: 11.7
W0601 18:17:57.636489 24772 gpu_resources.cc:91] device: 0, cuDNN Version: 8.4.

start training : ETTh1.csv_sl_16_pl16_0_dim-1_scale0.1_diffsteps1000_itr0>>>>>>>>>>>>>>>>>>>>>>>>>>
train 578
val 72
test 159

(paddle) F:\Generative model\PaddleSpatial-main\research\D3VAE>


It outputs nothing.
It quits at the ‘’denoise_net”, line123 at the exp_model.py

how to solve this issue?

@ramber1836
Copy link
Collaborator

No clues on what happened. You can inject more stubs to print the detailed debug threads.

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

2 participants