Tim Clements
Tim Clements
I'm having a similar problem loading a onnx (v1.5) model. ```julia ONNX.load_model("model.onnx") ERROR: KeyError: key :ConvTranspose not found Stacktrace: [1] getindex(::Dict{Symbol,Any}, ::Symbol) at ./dict.jl:478 [2] _graph(::ONNX.Types.Graph) at /home/timclements/.julia/packages/ONNX/iz0dL/src/graph/graph.jl:0 [3] graph(::ONNX.Types.Graph)...
@jpsamaroo will do!
Opening this discussion back up in terms of SeisIO + GPUs. The first thing we should discuss is do we want to do GPU processing within SeisIO or create a...
1. Reading on the CPU seems like the easiest option for now. This obviates the need for dealing with gaps on the GPU. One nice addition to CUDA.jl is the...
I checked this out - looks like the station name in the header in these SAC files is offset by 1 byte than what SeisIO expects. This is messing with...
> If the answers are SeisData structures, or similar subtypes of GphysData, then why create a separate package? To clarify, I am not in favor of separating SeisIO from ASDF....
That sounds good - I agree, ASDF needs to be heavily promoted over legacy data formats. Probably the best way to do this is well documented examples. Let's discuss parallel...
If it would take you less than a few hours, go for it. Otherwise, I'd be happy to try it out and learn how hdf5 works under the hood.
@spri902 Have you tried running SeisIO tests while using a VPN? This might have to do with your IP address?
This is being caused by #87 but `read_data` is working as expected. When I read all three channels at once ```julia s = read_data("sac", "./*.SAC") SeisData with 1 channels (1...