tarrade / proj_multilingual_text_classification

Explore multilingal text classification using embedding, bert and deep learning architecture
Apache License 2.0
5 stars 2 forks source link

Migration of the code to Tensorflow 2.2.0 #18

Closed tarrade closed 4 years ago

tarrade commented 4 years ago

today we have 2.2.0.rc2 (release candidate number 2). Should come soon.

the reason is to use the new way of passing argument in Keras for model.fit with Keras

tarrade commented 4 years ago

waiting for the final version of 2.20 but working so far with the test env

tarrade commented 4 years ago

some bug are present when inspecting model: https://github.com/tensorflow/tensorflow/issues/38216

tarrade commented 4 years ago

some issues related to model inspection are fixed in 2.2.0-rc3

tarrade commented 4 years ago

still waiting for the final version of 2.2.0. Got last Friday 2.2.0rc4!

tarrade commented 4 years ago

2.2.0 is out https://github.com/tensorflow/tensorflow/releases

tarrade commented 4 years ago

seems to work. closing