Greg Steuck

Results 48 comments of Greg Steuck

Come to think of it, the issue is not in fact silly. In full code my data is parameterized by a type family. So I do need to derive the...

Any chance this can be merged and then released? This prevents `aws` package and then transitively `git-annex` from building with ghc-9.2.

I'm probably misunderstanding something, but superficially using [cabal.project file](https://www.haskell.org/cabal/users-guide/nix-local-build.html#cfg-field-packages) should allow picking up a local version of a package without having it be published in any way.

In the industry such missing parens could be turned into a warning and slowly changed to an error. I don't think this works well for the target audience though.

I would also love to have the option for brittany to not touch `$HOME`. Sadly, setting `--config-file` flag does *not* seem to prevent `$HOME` access.

To the best of my understanding GradientTape is a feature of Eager mode (and TF2.0). We don't have anything like this in Haskell APIs. The gradients are computed automatically, but...

Apologies, I didn't reply sooner to this comment. Thanks for the references. I see you seem to be interested in applying the general idea. I presume you've found that we...

I'm reopening this issue and closing the other one which seems like a duplicate at this point.

Like @judah said, sharing the TF version would help with diagnosing. So would using the [TF version currently tested in the project](https://github.com/tensorflow/haskell/commit/26eebce98f1e5fc924c5141fbe3f400f8f0cfde8).

@skynet1, #242 has an unfinished attempt to bring TF 2.0 support. See if you can finish that?