mirror of
https://github.com/qurator-spk/eynollah.git
synced 2025-06-08 19:59:56 +02:00
test fix for keras.backend import error with Python 3.8
This commit is contained in:
parent
e5acee09ab
commit
935332e863
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ warnings.filterwarnings("ignore")
|
|||
from scipy.signal import find_peaks
|
||||
import matplotlib.pyplot as plt
|
||||
from scipy.ndimage import gaussian_filter1d
|
||||
from keras.backend import set_session
|
||||
from tensorflow.python.keras.backend import set_session
|
||||
from tensorflow.keras import layers
|
||||
|
||||
from .utils.contour import (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue