Alex
02/16/2023, 10:55 AMJulia Beliaeva
02/16/2023, 11:45 AMstringLabels
is defined in one of the previous tutorials https://github.com/Kotlin/kotlindl/blob/master/docs/create_your_first_nn.md like so:
val stringLabels = mapOf(0 to "T-shirt/top",
1 to "Trousers",
2 to "Pullover",
3 to "Dress",
4 to "Coat",
5 to "Sandals",
6 to "Shirt",
7 to "Sneakers",
8 to "Bag",
9 to "Ankle boots"
)
Alex
02/16/2023, 11:12 PM