jack

Results 5 issues of jack

Thanks for great tools to handle excel format in elixir. Is there any configuration to make the parser to generate elixir data type instead erlang date tuple? The reason is...

### Versions and Environment elixir -v Erlang/OTP 21 [erts-10.3] [source] [64-bit] [smp:8:8] [ds:8:8:10] [async-threads:1] [hipe] [dtrace] Elixir 1.8.1 (compiled with Erlang/OTP 21) ``` Scenic: mix deps | grep scenic *...

Hi, I am wandering how this hack worked? Especial what's this :"$handle_undefined_function"? https://github.com/devinus/sh/blob/65d5a7b62b4222a3c2c86de513cf9149f8fccbc9/lib/sh.ex#L18

Axon.Loop.run(loop, train_data, %{}, iterations: 1000) Epoch: 0, Batch: 950, loss: 0.0563023 The output batch 950 is a little confused since the input tensor also have batch property.