Cyanogenoid / dspn

[NeurIPS 2019] Deep Set Prediction Networks
https://arxiv.org/abs/1906.06565
MIT License
100 stars 18 forks source link

data.py #2

Closed muzizhhh closed 4 years ago

muzizhhh commented 5 years ago

what does it mean by "dataset = Circles()"? When I ran it, NameError was raised showing that name 'Circles' is not defined? Thanks

Cyanogenoid commented 5 years ago

I had a test dataset called Circles when I was initially working on this. There isn't any reason to run data.py, you can ignore this error.