Starter_notebook .ipynb can not work at all!

The project directory should have the following structure:
.
├── data
│ ├── image_corpus
│ ├── query
│ ├── test
│ │ ├── Boring
│ │ ├── Bright_Chaotic
│ │ ├── Bright_Planar
│ │ ├── Channel
│ │ ├── Converging_Amplitudes
│ │ ├── Fault
│ │ ├── Salt
│ │ └── Transparent_Planar
│ └── train
│ ├── Boring
│ ├── Bright_Chaotic
│ ├── Bright_Planar
│ ├── Channel
│ ├── Converging_Amplitudes
│ ├── Fault
│ ├── Salt
│ └── Transparent_Planar
└── src
└── siamnet
├── snn
│ └── dataset
└── utils

Please verify that your local structure is the same.

Onward Team