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
Traceback (most recent call last): File "scripts/sample_fast.py", line 261, in <module> given_classes=given_classes, num_samples=opt.num_samples, top_p=opt.top_p) File "/home/ma-user/anaconda3/envs/PyTorch-1.11.0/lib/python3.7/site-packages/torch/autograd/grad_mode.py", line 27, in decorate_context return func(*args, **kwargs) File "scripts/sample_fast.py", line 83, in run logs = sample_unconditional(model, batch_size=bs, temperature=temperature, top_k=top_k, top_p=top_p) File "/home/ma-user/anaconda3/envs/PyTorch-1.11.0/lib/python3.7/site-packages/torch/autograd/grad_mode.py", line 27, in decorate_context return func(*args, **kwargs) File "scripts/sample_fast.py", line 53, in sample_unconditional index_sample = sample_with_past(c_indices, model.transformer, steps=steps, File "/home/ma-user/anaconda3/envs/PyTorch-1.11.0/lib/python3.7/site-packages/torch/nn/modules/module.py", line 1186, in __getattr__ type(self).__name__, name))
The text was updated successfully, but these errors were encountered:
Traceback (most recent call last): File "scripts/sample_fast.py", line 261, in <module> given_classes=given_classes, num_samples=opt.num_samples, top_p=opt.top_p) File "/home/ma-user/anaconda3/envs/PyTorch-1.11.0/lib/python3.7/site-packages/torch/autograd/grad_mode.py", line 27, in decorate_context return func(*args, **kwargs) File "scripts/sample_fast.py", line 83, in run logs = sample_unconditional(model, batch_size=bs, temperature=temperature, top_k=top_k, top_p=top_p) File "/home/ma-user/anaconda3/envs/PyTorch-1.11.0/lib/python3.7/site-packages/torch/autograd/grad_mode.py", line 27, in decorate_context return func(*args, **kwargs) File "scripts/sample_fast.py", line 53, in sample_unconditional index_sample = sample_with_past(c_indices, model.transformer, steps=steps, File "/home/ma-user/anaconda3/envs/PyTorch-1.11.0/lib/python3.7/site-packages/torch/nn/modules/module.py", line 1186, in __getattr__ type(self).__name__, name))
The text was updated successfully, but these errors were encountered: