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
Preparing data in working_dir/
Tokenizing data in data/train.enc
tokenizing line 100000
Tokenizing data in data/train.dec
tokenizing line 100000
Tokenizing data in data/test.enc
Traceback (most recent call last):
File "execute.py", line 319, in
train()
File "execute.py", line 132, in train
config.gpu_options.allocator_type = 'BFC'
AttributeError: 'GPUOptions' object has no attribute 'allocator_type'
How should I solve it?
The text was updated successfully, but these errors were encountered:
Preparing data in working_dir/
Tokenizing data in data/train.enc
tokenizing line 100000
Tokenizing data in data/train.dec
tokenizing line 100000
Tokenizing data in data/test.enc
Traceback (most recent call last):
File "execute.py", line 319, in
train()
File "execute.py", line 132, in train
config.gpu_options.allocator_type = 'BFC'
AttributeError: 'GPUOptions' object has no attribute 'allocator_type'
How should I solve it?
The text was updated successfully, but these errors were encountered: