captain-pool / GSOC

Repository for Google Summer of Code 2019 https://summerofcode.withgoogle.com/projects/#4662790671826944
MIT License
68 stars 22 forks source link

Added unittest for Hub Module Exporter #7

Closed captain-pool closed 5 years ago

captain-pool commented 5 years ago

Initial Commit

Tests Not Working

The Internal Test runs. Custom tests are not working.

[       OK ] TFHubMNISTTest.test_session
----------------------------------------------------------------------
Ran 1 test in 9.114s

OK

cc: @srjoglekar246 @vbardiovskyg

srjoglekar246 commented 5 years ago

Also, we need to add a BUILD file to actually run the tests :-)

captain-pool commented 5 years ago

@srjoglekar246 How about Now?? :) I did some research on Bazel BUILD files, studied the examples you gave me, and wrote the build. for the workspace, I copied it from tensorflow hub's workspace file.