Skip to content

Commit 414abbe

Browse files
authored
Update utils_image.py
1 parent 559c1ab commit 414abbe

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

utils/utils_image.py

+2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
# import torchvision.transforms as transforms
1010
import matplotlib.pyplot as plt
1111
from mpl_toolkits.mplot3d import Axes3D
12+
import os
13+
os.environ["KMP_DUPLICATE_LIB_OK"] = "TRUE"
1214

1315

1416
'''

0 commit comments

Comments
 (0)