adjusting to tf2

This commit is contained in:
vahidrezanezhad 2024-04-04 11:26:28 +02:00
parent 5282caa328
commit 57dae564b3
4 changed files with 15 additions and 23 deletions

View file

@ -1,8 +1,8 @@
import os
import sys
import tensorflow as tf
import keras , warnings
from keras.optimizers import *
import warnings
from tensorflow.keras.optimizers import *
from sacred import Experiment
from models import *
from utils import *