mirror of
https://github.com/ROCm/jax.git
synced 2025-04-19 05:16:06 +00:00
tweak minmax example imports in readme
This commit is contained in:
parent
7cf0e9b1a6
commit
aa7c8c367b
@ -505,11 +505,7 @@ Here’s an example:
|
||||
|
||||
```python
|
||||
from jax.experimental import stax
|
||||
from jax.experimental.stax import Conv
|
||||
from jax.experimental.stax import Dense
|
||||
from jax.experimental.stax import MaxPool
|
||||
from jax.experimental.stax import Relu
|
||||
from jax.experimental.stax import LogSoftmax
|
||||
from jax.experimental.stax import Conv, Dense, MaxPool, Relu, LogSoftmax
|
||||
|
||||
# Set up network initialization and evaluation functions
|
||||
net_init, net_apply = stax.serial(
|
||||
|
Loading…
x
Reference in New Issue
Block a user