You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying to get deepwave running on a fresh installed conda environment.
My versions are:
python-3.6
pytorch-cpu-4.1
cuda-9.0
cudnn 7.0
deepwave installed via pip install deepwave (version 0.0.4)
gcc-4.8.5
Trying to run the example provided in Readme but the example fails on receiver_amplitudes = prop(source_amplitudes, x_s, x_r, dt)
with a Segmentation Fault
Any hints on what might be causing the seg-fault?
Many thanks for your help!
The text was updated successfully, but these errors were encountered:
Hi Alan,
Trying to get deepwave running on a fresh installed conda environment.
My versions are:
Trying to run the example provided in Readme but the example fails on
receiver_amplitudes = prop(source_amplitudes, x_s, x_r, dt)
with a Segmentation Fault
Any hints on what might be causing the seg-fault?
Many thanks for your help!
The text was updated successfully, but these errors were encountered: