Skip to main content

Brookeryan's group workspace

Timestamps visible
2021-06-14 02:07:13
    vgg16 = VGG16(include_top=False, weights=wandb.config.weights,
2021-06-14 02:07:13
  File "/opt/conda/envs/singy-conda/lib/python3.9/site-packages/wandb/sdk/wandb_config.py", line 151, in __getattr__
2021-06-14 02:07:13
    return self.__getitem__(key)
2021-06-14 02:07:13
  File "/opt/conda/envs/singy-conda/lib/python3.9/site-packages/wandb/sdk/wandb_config.py", line 122, in __getitem__
2021-06-14 02:07:13
    return self._items[key]
2021-06-14 02:07:13
KeyError: 'weights'
2021-06-14 02:07:13
Traceback (most recent call last):
2021-06-14 02:07:13
  File "/home/brooker/VisualAcuity/src/main.py", line 42, in <module>
2021-06-14 02:07:13
    model.run("vgg_16_frozen_weights", config={"epochs": 6})
2021-06-14 02:07:13
  File "/home/brooker/VisualAcuity/src/model/model.py", line 40, in run
2021-06-14 02:07:13
    self.model = vgg_16_frozen_weights()
2021-06-14 02:07:13
  File "/home/brooker/VisualAcuity/src/model/model.py", line 74, in vgg_16_frozen_weights
2021-06-14 02:07:13
    vgg16 = VGG16(include_top=False, weights=wandb.config.weights,
2021-06-14 02:07:13
  File "/opt/conda/envs/singy-conda/lib/python3.9/site-packages/wandb/sdk/wandb_config.py", line 151, in __getattr__
2021-06-14 02:07:13
    return self.__getitem__(key)
2021-06-14 02:07:13
  File "/opt/conda/envs/singy-conda/lib/python3.9/site-packages/wandb/sdk/wandb_config.py", line 122, in __getitem__
2021-06-14 02:07:13
    return self._items[key]
2021-06-14 02:07:13
KeyError: 'weights'