esda
esda copied to clipboard
Cannot assign slice from input of different size - error in SpaceGAN code
So I am trying to implement a SpaceGAN model, (obtained from https://github.com/konstantinklemmer/spacegan), on a small dataset of 11 points (given below in csv format along with the colab file). Can someone explain to me why the aforementioned error is popping up and how to rectify it to help this model work?
Colab file:- https://colab.research.google.com/drive/1hsK1MNx4kgbO7lB3ktITnYRNG9YOZQrk?usp=sharing
CSV File:- SoilValuesLatLong.csv
sounds like a duplicate of #171, which happens when some of your observations have no neighbors. Try tweaking your weights matrix or install the current dev version from github. A fix is provided in #190 and will be released shortly
Fixed in #190.