You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AttributeError: module 'tensorflow' has no attribute 'app'
(base) C:\Users\chert\decagon>python main.py
Traceback (most recent call last):
File "main.py", line 14, in
from decagon.deep.optimizer import DecagonOptimizer
File "C:\Users\chert\decagon\decagon\deep\optimizer.py", line 4, in
flags = tf.app.flags
AttributeError: module 'tensorflow' has no attribute 'app'
(base) C:\Users\chert\decagon>
how to solve this error ??
The text was updated successfully, but these errors were encountered:
ERROR: Could not find a version that satisfies the requirement tensorflow==1.8.0 (from versions: 1.13.1, 1.13.2, 1.14.0, 1.15.0, 1.15.2, 1.15.3, 1.15................
AttributeError: module 'tensorflow' has no attribute 'app'
(base) C:\Users\chert\decagon>python main.py
Traceback (most recent call last):
File "main.py", line 14, in
from decagon.deep.optimizer import DecagonOptimizer
File "C:\Users\chert\decagon\decagon\deep\optimizer.py", line 4, in
flags = tf.app.flags
AttributeError: module 'tensorflow' has no attribute 'app'
(base) C:\Users\chert\decagon>
how to solve this error ??
The text was updated successfully, but these errors were encountered: