Ethan Brooks

Results 23 issues of Ethan Brooks

In reference to https://github.com/jspahrsummers/adt/issues/34

First, let just thank you so much for your work on this. Python is inescapable for many people working in data/machine learning, but any modern language should have sum types...

Hi, I am a researcher at University of Michigan. This environment looks perfect for my research and as part of starting to use it, I added some features that make...

Without this fix, this tile: ``` #@title overall score as radar plot (double-click to show/hide code) BSUITE_SCORE = summary_analysis.bsuite_score(DF, SWEEP_VARS) BSUITE_SUMMARY = summary_analysis.ave_score_by_tag(BSUITE_SCORE, SWEEP_VARS) BSUITE_SUMMARY __radar_fig__ = summary_analysis.bsuite_radar_plot(BSUITE_SUMMARY, SWEEP_VARS) ```...

cla: yes

Hi. I downloaded the [Object goal navigation](https://arxiv.org/abs/2006.13171) dataset from the link in the readme. I noticed that some of the scenes on this [site](https://aspis.cmpt.sfu.ca/scene-toolkit/scans/matterport3d/houses) were missing. In particular I am...

### 1. Issue or feature description Running `nvidia-smi` in nvidia-docker raises an error. ### 2. Steps to reproduce the issue ``` ❯ sudo docker run --rm --gpus all nvidia/cuda:11.0-base nvidia-smi...

**Description of issue** It is not clear to me from the documentation what inputs are valid for the `tfds build --beam_pipeline_options` flag. In particular, I am interested in figuring out...

documentation

- [x] I am on the [latest](https://github.com/python-poetry/poetry/releases/latest) Poetry version. - [x] I have searched the [issues](https://github.com/python-poetry/poetry/issues) of this repo and believe that this is not a duplicate. - [x] If...

kind/bug
status/triage
status/confirmed
area/scripts

### 🚀 The feature, motivation and pitch PyG currently offers only one method for creating `Batch` objects, namely `from_data_list`. This method takes a list of `BaseData` objects as input. However,...

feature

### Steps To Reproduce Steps to reproduce the behavior: ```nix # flake.nix { inputs = { nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable"; utils.url = "github:numtide/flake-utils"; }; outputs = { self, nixpkgs, utils, }:...

0.kind: build failure