SPOREIII

Results 2 issues of SPOREIII

The loss function of the Gaussian distribution given in the code is as follows: ```python tf.reduce_mean(0.5*tf.math.log(sigma) + 0.5*tf.math.truediv(tf.math.square(y_true - y_pred), sigma)) + 1e-6 + 6 ``` I think it can...

[doc link](https://docs.taichi-lang.org/api/taichi/ui/camera/#taichi.ui.camera.Camera.projection_mode) The documentation states that to change the projection mode you should pass 0 or 1. > Camera projection mode, 0 for perspective and 1 for orthogonal. But passing...

doc