Git Product home page Git Product logo

Comments (4)

tammyyang avatar tammyyang commented on August 27, 2024 1

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.

from squeezenet_demo.

cvtower avatar cvtower commented on August 27, 2024

seems like the simdat is private lib of the auther: https://github.com/tammyyang/simdat.

from squeezenet_demo.

muthiyanbhushan avatar muthiyanbhushan commented on August 27, 2024

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 float to np.floating is deprecated. In future, it will be treated as np.float64 == np.dtype(float).type.
from ._conv import register_converters as _register_converters
Using TensorFlow backend.
Traceback (most recent call last):
File "squeezenet_demo.py", line 14, in
from simdat.core import dp_tools
File "/squeezenet_demo/simdat/core/dp_tools.py", line 8, in
from simdat.core import image
File "/squeezenet_demo/simdat/core/image.py", line 8, in
from simdat.core.so import math_tools
ImportError: ~/simdat/core/so/math_tools.so: undefined symbol: _Py_ZeroStruct

Can someone let me know what might cause this error.

Thanks.

from squeezenet_demo.

HaFred avatar HaFred commented on August 27, 2024

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?

from squeezenet_demo.

Related Issues (8)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.