Joshua Meier
Joshua Meier
This enables clip norm for megatron in Fairseq. I brought up that fix a while back - not sure if you are using, but just including it in case
The environment speed (fps) reduces considerably when spawning the agent and objects at each timestep. We are doing this in order to write custom environment dynamics (e.g. have agent move...
I setup Bazel and DeepMind Lab according to the build instructions in this repo. I am using Python 3. I can run a random agent without any trouble, i.e. the...
UniRep gives outputs with dimensionality 25, so there is a bug with the dictionary. I don’t think UniRep has a or stop token, so these should probably be left out.
I am trying to train a vanilla CIFAR-10 Pixel-SNAIL model using the command given in the README. In Tensorflow 1.9, the code is hanging at these lines: ``` model =...
Can `logic-solver` be adopted for use in the browser? I have tried using browserify on the files included here to no avail... After including the resulting bundle script in my...
Hello, In UberKitDemo, I get an EXC_BAD_ACCESS after login:sender is called. This is after inserting the correct clientId, clientSecret, etc. Perhaps this is an issue relating to the new API...
### Description & Motivation Cross-posting an interesting and important feature request from the discussions channel: https://github.com/Lightning-AI/pytorch-lightning/discussions/19928 Citing the discussion thread: > I'm trying to track the performance of forward/backward/update time...