File tree 2 files changed +5
-6
lines changed
2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 4
4
5
5
[ ** Documentation** ] ( https://sonnet.readthedocs.io/ ) | [ ** Examples** ] ( #examples )
6
6
7
- WARNING: Sonnet 2 is currently ** alpha ** . We would love to have you use it as an
7
+ WARNING: Sonnet 2 is currently ** beta ** . We would love to have you use it as an
8
8
early adopter and please let us know if things aren't working as you would
9
9
expect.
10
10
@@ -46,12 +46,11 @@ notebook attached to a GPU or TPU.
46
46
47
47
## Installation
48
48
49
- Sonnet 2 is built for TensorFlow 2. To get started install the TensorFlow 2.0
50
- nightly preview and Sonnet 2 from source:
49
+ To get started install TensorFlow 2.0 and Sonnet 2:
51
50
52
51
``` shell
53
- $ pip install tf-nightly-gpu-2.0-preview
54
- $ pip install git+https://github.com/deepmind/ sonnet@v2
52
+ $ pip install tensorflow > =2 --pre
53
+ $ pip install dm- sonnet> =2 --pre
55
54
```
56
55
57
56
You can run the following to verify things installed correctly:
Original file line number Diff line number Diff line change 142
142
"static_unroll" ,
143
143
)
144
144
145
- __version__ = "2.0.0a0 "
145
+ __version__ = "2.0.0b0 "
146
146
147
147
# ________________________________________
148
148
# / Please don't use symbols in `src` they \
You can’t perform that action at this time.
0 commit comments