pip install Sonnet したのにエラーが出る。
正しくは
pip install dm-sonnet
参考
Sonnet import error · Issue #112 · google-deepmind/sonnet
fabiof@x:~$ python3 Python 3.5.2 (default, Nov 12 2018, 13:43:14) on linux Type "help", "copyright", "credits" or "license" for more information. >>> import son...
コメント