Bihaqo / t3f

Tensor Train decomposition on TensorFlow
https://t3f.readthedocs.io/en/latest/index.html
MIT License
219 stars 55 forks source link

Test eager mode #144

Closed Bihaqo closed 4 years ago

Bihaqo commented 5 years ago

With @test_util.run_all_in_graph_and_eager_modes

Bihaqo commented 5 years ago

Also use self.evaluate instead of sess.run()

Bihaqo commented 4 years ago

Done in #201