Mohammad Hossein Abedi
Results
2
comments of
Mohammad Hossein Abedi
> Also referenced in #610 Hi dbourke Please updata your tensorflow deeplearning section4 code on github (due to TensorBoard has been shut down)
- Install tf_keras via pip install tf-keras - Run the below code at the first of your code ( before importing tensorflow ): ``` import os os.environ['TF_USE_LEGACY_KERAS']='1' ``` Now your...