Dylan Madisetti
Dylan Madisetti
@jcpetruzza @aherrmann
Oh interesting. Is this the work around? https://github.com/NixOS/nix/issues/7742#issuecomment-1420407931 I'll take a stab at this later today
Sorry for the failure spam. I was unable to replicate this locally + found additional failure cases I wasn't seeing locally. If this doesn't work, I will revisit later
Yeah. No idea. Running `bazel test tests:all` from `testing/core` passes locally, and I have no weird `_main~non_module_deps~hello` external dep (tried bazel_5 and bazel_6). Also seems to work executing `.github/build-and-test`. I...
I've been using an extension of this that packages build artifacts: https://github.com/cemel-jhu/rules_nixpkgs/pull/1/files
~~Nvm, for batching there's an explicit BatchableTypeSpec~~ ~~https://github.com/tensorflow/tensorflow/blob/d5b57ca93e506df258271ea00fc29cf98383a374/tensorflow/python/framework/type_spec.py#L738-L751~~ ~~but still, the custom extension type still makes sense~~ There is [tf.experimental.BatchableExtensionType](https://www.tensorflow.org/api_docs/python/tf/experimental/BatchableExtensionType) Seems to work pretty straightforward? I'm using this for graphs...
Likely would just be another data mode. This is what I have, but integration into the library would probably look a little different ```python class WrappedGCN(tf.keras.layers.Layer): def __init__(self, features, *args,...
Weird. Not sure why this isn't failing locally. Looks like explicitly setting the signture type could work? I changed tf versions and will submit a fix
What happens when you have `home/username/Steam` in the path? and then launch steam-tui? If you can run steamcmd from terminal, you should be able to run steam-tui