Al Nejati

Results 2 issues of Al Nejati

In [polymorphism.jl](https://github.com/benmoran/TensorFlow.jl/blob/master/examples/polymorphism.jl#L47), should the following code: ``` julia for i in 1:batch_size y_one_hot[y, i] = 1. end ``` instead be: ``` julia for i in 1:batch_size y_one_hot[y[i], i] = 1....

Tried building docs with the vuepress config but since 2023 the vue/vuepress ecosystem has changed and I couldn't find compatible versions of various packages where things worked. Switching to Vitepress...