google / objax

Apache License 2.0
768 stars 77 forks source link

Update Objax Basics tutorial to reflect .value change #216

Closed AlexeyKurakin closed 3 years ago

AlexeyKurakin commented 3 years ago

https://objax.readthedocs.io/en/latest/notebooks/Objax_Basics.html

We need to explicitly mention that var.value is the reference storing the JAX tensor, however var can be used directly in math expressions.