titu1994 / tf_SIREN

Tensorflow 2.0 implementation of Sinusodial Representation networks (SIREN)
MIT License
149 stars 26 forks source link

Can it be used on tensorflow>= 2.2.0? #2

Closed Lynne-Zheng-Linfang closed 4 years ago

Lynne-Zheng-Linfang commented 4 years ago

Hi, I watched the video and really like your excellent work. When I try to install it, the version error was shown. Is it possible to use it in a higher tensorflow version? Or I have to change my tensorflow version?

Collecting tensorflow>=2.2.0 (from tf-siren)
  Could not find a version that satisfies the requirement tensorflow>=2.2.0 (from tf-siren) (from versions: 0.12.1, 1.0.0, 1.0.1, 1.1.0rc0, 1.1.0rc1, 1.1.0rc2, 1.1.0, 1.2.0rc0, 1.2.0rc1, 1.2.0rc2, 1.2.0, 1.2.1, 1.3.0rc0, 1.3.0rc1, 1.3.0rc2, 1.3.0, 1.4.0rc0, 1.4.0rc1, 1.4.0, 1.4.1, 1.5.0rc0, 1.5.0rc1, 1.5.0, 1.5.1, 1.6.0rc0, 1.6.0rc1, 1.6.0, 1.7.0rc0, 1.7.0rc1, 1.7.0, 1.7.1, 1.8.0rc0, 1.8.0rc1, 1.8.0, 1.9.0rc0, 1.9.0rc1, 1.9.0rc2, 1.9.0, 1.10.0rc0, 1.10.0rc1, 1.10.0, 1.10.1, 1.11.0rc0, 1.11.0rc1, 1.11.0rc2, 1.11.0, 1.12.0rc0, 1.12.0rc1, 1.12.0rc2, 1.12.0, 1.12.2, 1.12.3, 1.13.0rc0, 1.13.0rc1, 1.13.0rc2, 1.13.1, 1.13.2, 1.14.0rc0, 1.14.0rc1, 1.14.0, 2.0.0a0, 2.0.0b0, 2.0.0b1)
No matching distribution found for tensorflow>=2.2.0 (from tf-siren)
titu1994 commented 4 years ago

Tensorflow 2.0 has been released for the last 6 months, which platform are you on?

Lynne-Zheng-Linfang commented 4 years ago

Tensorflow 2.0 has been released for the last 6 months, which platform are you on?

Hi, I am using Ubuntu 18.04. I upgraded the pip version, and tf_siren can be installed now. Thanks!