RachelCmy / den2vel

The tensorflow implementation of the paper, "Learning Meaningful Controls for Fluids" (SIGGRAPH 2021 https://rachelcmy.github.io/den2vel/), from M. Chu, N. Thuerey, HP. Seidel, C. Theobalt, and R. Zayer.
https://rachelcmy.github.io/den2vel/
MIT License
25 stars 9 forks source link

Tensorflow version problem #6

Closed jiayaozhang closed 2 years ago

jiayaozhang commented 2 years ago
  1. I used RTX 3090ti, so tensorflow 1.15 can not install properly.

Hence import tensorflow.compat.v1 as tf tf.disable_v2_behavior() we can solve all the compatibility problem .

Since if we change here, we can change the import tensorflow as tf from tf2 to tf1