CoordConv icon indicating copy to clipboard operation
CoordConv copied to clipboard

Python3 Compatibily for data generation

Open hmrishavbandy opened this issue 4 years ago • 1 comments

In Python 3, dict.keys doesn't return a list, but something like a set that doesn't support indexing. To make indexing possible, it is necessary to convert that to a list.

hmrishavbandy avatar Sep 27 '20 13:09 hmrishavbandy

CLA assistant check
All committers have signed the CLA.

CLAassistant avatar Sep 27 '20 13:09 CLAassistant