-
Notifications
You must be signed in to change notification settings - Fork 83
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
some errers! #11
Comments
seems like the simdat is private lib of the auther: https://github.com/tammyyang/simdat. |
I get below error when I add Simdat to the PYTHONPATH. /usr/local/lib/python3.5/dist-packages/h5py/init.py:36: FutureWarning: Conversion of the second argument of issubdtype from Can someone let me know what might cause this error. Thanks. |
Hi, Yes, the simdat package is my private lib. I do have plan to replace it to make it easier to run the demo script, but unfortunately, I do not think I have time for this task in the coming month. What simdat do is very simple, it prepares the training data and testing data sets required by the mode. If the issue is urgent to you, you may also replace the data generation process (such as dp.train_data_generator in line 109) to any process which can help prepare the data generator. The timeline to replace dp_tools to make squeezenet_demo survive without any external dependency will be early July. |
Hi @tammyyang , wonder how it goes now? The simdat is still a must to run the demo? |
Hi!
How can I solve the problem?
from simdat.core import dp_tools
ImportError: No module named 'simdat'
Thank you!
The text was updated successfully, but these errors were encountered: