issues
search
JavierGalvan9
/
V1_GLIF_model
TensorFlow implementation of the new version from the V1 column from the Allen Institute
1
stars
4
forks
source link
changing np.float to float
#12
Closed
shixnya
closed
9 months ago
shixnya
commented
9 months ago
np.float is deprecated in numpy 1.20. Replacing it with float.
np.float is deprecated in numpy 1.20. Replacing it with float.