Matthew

Results 16 comments of Matthew

> Tracking of many-to-many associations is not supported at the moment Does the above apply to embeds, particularly embeds_many?

> @seanmor5 I've finished the changes and pushed to my main branch, how do I update the PR with the additions? Edit: Just seen them come through, please let me...

> @fantypants My personal opinion is that this would be more similar to a combinator like in [trax](https://github.com/google/trax/blob/master/trax/layers/combinators.py#L982), which would match the Keras wrapper impl: > > ```elixir > model...

@seanmor5 i've been working on the implementation, im getting stuck at the deep merge with the following error: ``` ** (Protocol.UndefinedError) protocol Nx.Container not implemented for #Axon< inputs: ["inputs"] >...

@seanmor5 that did the trick, results are now coming in! I have to do some branch shuffling with the other tutorial PR branch first, then i'll push this PR. What's...

I actually worked a system out for the clipboard access on osx and windows with a few little changes, my biggest hurdle at current for our project is select-able/highlight-able text....

Let me know when you want to merge it, i'll review & then merge, then I can use this as a clean base for the opcode fix from before

Looks like it's a missing OPCode, i'll dig through the .wat and then see where its hanging.

I was 98% certain we had one or the other, i think along our PR's its noted somewhere, I believe we changed it somewhere along the road. Not too worry,...

Tests for the load16 etc are failing, i think that's what you fixed earlier? I left the test file aside from changing some Binary to :binary in 2 functions =)