Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

View data structures of ExtremeNet_250000.pkl #25

Open
chenwocheng opened this issue Jun 12, 2019 · 0 comments
Open

View data structures of ExtremeNet_250000.pkl #25

chenwocheng opened this issue Jun 12, 2019 · 0 comments

Comments

@chenwocheng
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant