You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I try to view the data structures of ExtremeNet_250000.pkl by the code:
import pickle
pth=open(r'E:/ExtremeNet_250000.pkl','rb')
pkl=pickle.load(pth)
print(pkl)
but it return the int just like
= RESTART: C:/Users/cwc888888/AppData/Local/Programs/Python/Python37/111.py =
119547037146038801333356
could you give me some suggestion?
The text was updated successfully, but these errors were encountered:
I try to view the data structures of ExtremeNet_250000.pkl by the code:
import pickle
pth=open(r'E:/ExtremeNet_250000.pkl','rb')
pkl=pickle.load(pth)
print(pkl)
but it return the int just like
= RESTART: C:/Users/cwc888888/AppData/Local/Programs/Python/Python37/111.py =
119547037146038801333356
could you give me some suggestion?
The text was updated successfully, but these errors were encountered: