adjusting to tf2

This commit is contained in:
vahidrezanezhad 2024-04-04 11:26:28 +02:00
parent dbb404030e
commit 522f00ab99
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 *