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

When I train model and prepare data info, it is very slow #4

Open
monsters-s opened this issue Jun 30, 2022 · 0 comments
Open

When I train model and prepare data info, it is very slow #4

monsters-s opened this issue Jun 30, 2022 · 0 comments

Comments

@monsters-s
Copy link

Does anyone know why?
And when I doing this, it will have some warnings for numba, like this

File "core/geometry.py", line 148:
def points_in_convex_polygon_jit(points, polygon, clockwise=True):

# first convert polygon to directed lines
num_points_of_polygon = polygon.shape[1]
^

warnings.warn(errors.NumbaWarning(warn_msg,
NumbaDeprecationWarning:
Fall-back from the nopython compilation path to the object mode compilation path has been detected, this is deprecated behaviour.

For more information visit https://numba.readthedocs.io/en/stable/reference/deprecation.html#deprecation-of-object-mode-fall-back-behaviour-when-using-jit

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