XiangLi1999 / Diffusion-LM

Diffusion-LM
Apache License 2.0
1.02k stars 133 forks source link

error when runing:Exception in thread Thread-4:·······ValueError: signal number 32 out of range #61

Closed Markkk111 closed 1 year ago

Markkk111 commented 1 year ago

load data ** hello loading text data. hello loading e2e-tgt. loading dataset from simple e2e dataset loading form the TRAIN set [['The', 'Vaults', 'pub', 'near', 'Café', 'Adriatic', 'has', 'a', '5', 'star', 'rating', '.', 'Prices', 'start', 'at', '£', '30', '.', '\n'], ['Close', 'to', 'Café', 'Brazil', ',', 'The', 'Cambridge', 'Blue', 'pub', 'serves', 'delicious', 'Tuscan', 'Beef', 'for', 'the', 'cheap', 'price', 'of', '£', '10.50', '.', 'Delicious', 'Pub', 'food', '.', '\n']] 2974 821 save the vocab to diffusion_models/diff_e2e-tgt_block_rand16_transformer_lr0.0001_0.0_2000_sqrt_Lsimple_h128_s2_d0.1_sd102_xstart_e2e/vocab.json initializing the random embeddings Embedding(821, 16) save the random encoder to diffusion_models/diff_e2e-tgt_block_rand16_transformer_lr0.0001_0.0_2000_sqrt_Lsimple_h128_s2_d0.1_sd102_xstart_e2e/random_emb.torch [[0, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 15, 21, 1], [0, 22, 23, 8, 24, 25, 4, 26, 27, 6, 28, 29, 2, 2, 30, 31, 32, 33, 34, 19, 2, 15, 2, 35, 36, 15, 21, 1]] padding mode is block 8 Exception in thread Thread-4: Traceback (most recent call last): File "/home/anaconda3/envs/diffusion-lm/lib/python3.6/threading.py", line 916, in _bootstrap_inner self.run() File "/home/anaconda3/envs/diffusion-lm/lib/python3.6/threading.py", line 864, in run self._target(*self._args, **self._kwargs) File "/home/anaconda3/envs/diffusion-lm/lib/python3.6/multiprocessing/resource_sharer.py", line 139, in _serve signal.pthread_sigmask(signal.SIG_BLOCK, range(1, signal.NSIG)) File "/home/anaconda3/envs/diffusion-lm/lib/python3.6/signal.py", line 60, in pthread_sigmask sigs_set = _signal.pthread_sigmask(how, mask) ValueError: signal number 32 out of range