You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cd integration_tests/tfjs2keras
./run-test.sh --dev --tfkeras
This is due to the following error:
File "/tmp/tmp.Ax8E6v9mDu_venv/local/lib/python2.7/site-packages/tensorflow/python/ops/init_ops_v2.py", line 394, in init
raise ValueError("Invalid distribution argument:", distribution)
ValueError: ('Invalid distribution argument:', u'normal')
which has to do with b/129177721
The text was updated successfully, but these errors were encountered:
Context: tensorflow/tfjs-layers#523
After the PR is merged, the following test still fails.
cd integration_tests/tfjs2keras ./run-test.sh --dev --tfkeras
This is due to the following error:
File "/tmp/tmp.Ax8E6v9mDu_venv/local/lib/python2.7/site-packages/tensorflow/python/ops/init_ops_v2.py", line 394, in init
raise ValueError("Invalid
distribution
argument:", distribution)ValueError: ('Invalid
distribution
argument:', u'normal')which has to do with b/129177721
The text was updated successfully, but these errors were encountered: