Skip to content

can't set attribute error #1

Description

@wubinbai

here is everything:

wb@i7:~/git/6th/audiotagging2019$ python run.py --model xresnet18ssa --base_dim 128 --SZ 256 --fold_number -1 --n_epochs 80 --loss_name FocalLoss --weights_file model1 --csv_name submission1.csv

Starting run using the following configuration:
path : data
working_path : .
base_dim : 128
SZ : 256
BS : 64
lr : 0.01
n_epochs : 80
epoch_size : 1000
f2cl : 1
fold_number : -1
loss_name : FocalLoss
csv_name : submission1.csv
model : xresnet18ssa
load_weights :
weights_file : model1
max_processors: 8
force : False

Computing mel spectrograms for the curated train dataset and saving as .png:
|| 100.00% [4970/4970 00:55<00:00]
Computing mel spectrograms for the noisy train dataset and saving as .png:
|| 100.00% [19815/19815 05:58<00:00]
Computing mel spectrograms for the test dataset:
|| 100.00% [3361/3361 01:04<00:00]

Loading train data:
Traceback (most recent call last):00]
File "run.py", line 250, in
load_weights=load_weights, force=args.force)
File "run.py", line 124, in main
.databunch(samplers=samplers, path=working_path, bs=BS)
File "/home/wb/anaconda3/lib/python3.6/site-packages/fastai/data_block.py", line 550, in databunch
num_workers=num_workers, dl_tfms=dl_tfms, device=device, collate_fn=collate_fn, no_check=no_check, **kwargs)
File "/home/wb/git/6th/audiotagging2019/utils.py", line 19, in create
zip(datasets, (bs,val_bs,val_bs,val_bs), samplers) if d is not None]
File "/home/wb/git/6th/audiotagging2019/utils.py", line 19, in
zip(datasets, (bs,val_bs,val_bs,val_bs), samplers) if d is not None]
File "/home/wb/git/6th/audiotagging2019/utils.py", line 42, in init
super().init(data_source)
File "/home/wb/git/6th/audiotagging2019/utils.py", line 36, in init
self.num_samples = num_samples
AttributeError: can't set attribute

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions