Andreas Klintberg

Results 48 comments of Andreas Klintberg

> I was facing this issue trying to reuse an enum and I do not use Relay like most of the people here. After looking through the source code which...

I'm at version `1.15.2` and this is still an issue. The postinstall script does not run at all (not displayed and not run). Using `npm install` works as expected and...

Yes, I was looking at that for way too long. It should def be `np.linalg.norm(w, 1)` for the L1-norm or Manhattan distance, the default is the L2-norm (Frobenius).

@mbjelonic I know times are strange and you are probably very busy. Would love to get this one going, or some feedback on it to get this in as fast...

Just wanna circle back on this one, have you had the time to take a look at this ? :)

Any news on this PR ? As suggested: Maybe switch to the more active darknet fork instead of the original.

Got it to run on TF 1.7 and Python 3.6 someone might think its helpful: https://github.com/allenai/bi-att-flow/pull/89 (dev branch pull request)

If I understand your question, no TF does not expose the _linear function anymore https://github.com/tensorflow/tensorflow/issues/561 . Basically I actually added the linear functions and appropriate imports into the my/tensorflow/nn.py but...

Disclaimer: I'm just a happy hacker. However looking at the code now the contrib package, only contains one implementation of the _linear from core_rnn_cell.py, so there is probably just one....

yeah, I will try to run it this week and compare to the old repo results. I forked and commited here https://github.com/klintan/bi-att-flow/tree/dev , let me know if you try it...