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

Segmentation fault (core dumped) #149

Open
luuude opened this issue Oct 19, 2023 · 2 comments
Open

Segmentation fault (core dumped) #149

luuude opened this issue Oct 19, 2023 · 2 comments

Comments

@luuude
Copy link

luuude commented Oct 19, 2023

Hi I am getting segmentation fault. Any idea why?

python3 gaussian_point_train.py --train_config config/tat_truck_every_8_test.yaml

[Taichi] version 1.6.0, llvm 15.0.4, commit f1c6fbbd, linux, python 3.10.12
[Taichi] Starting on arch=cuda
0%| | 0/30001 [00:00<?, ?it/s]/home/ai/.local/lib/python3.10/site-packages/torchvision/transforms/functional.py:1603: UserWarning: The default value of the antialias parameter of all the resizing transforms (Resize(), RandomResizedCrop(), etc.) will change from None to True in v0.17, in order to be consistent across the PIL and Tensor backends. To suppress this warning, directly pass antialias=True (recommended, future default), antialias=None (current default, which means False for Tensors and True for PIL), or antialias=False (only works on Tensors - PIL will still use antialiasing). This also applies if you are using the inference transforms from the models weights: update the call to weights.transforms(antialias=True).
warnings.warn(
/home/ai/.local/lib/python3.10/site-packages/taichi/lang/expr.py:101: DeprecationWarning: In future, it will be an error for 'np.bool_' scalars to be interpreted as an index
return Expr(_ti_core.make_const_expr_int(constant_dtype, val))
0%| | 11/30001 [00:04<1:50:52, 4.51it/s]Segmentation fault (core dumped)

@jb-ye
Copy link
Contributor

jb-ye commented Oct 20, 2023

I had exactly segfault issue with the latest commit and had to revert this commit to proceed.

@wanmeihuali
Copy link
Owner

already roll back to previous commit, the problem shall be fix now

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

3 participants