Closed biswajitsahoo1111 closed 3 years ago
Thanks. We'll probably modify syntax in https://github.com/d2l-ai/d2l-en/blob/master/config.ini#L106 when upgrading tf in future versions. For now tf stays at an older version due to other issues related to d2l
API doc generation.
#@tab all
sections of code are meant to be the same for all frameworks. But the following code chunk at the beginning of section 17.1 gives an error in TF-2.5.0.However, if we modify the
#@tab all
section slightly, it runs without any issue.So without changing the essence of the code, can we modify
#@tab all
sections? I would be happy to know if there is any way around. I encountered this issue while trying to create a pull request for TF implementation of GAN chapter. Running TF code for the same can be found here.