Douglas Duhaime

Results 15 issues of Douglas Duhaime

Hello and thanks for this really inspiring work! I've been studying your model and really like the idea of formulating note on and note off events in text and then...

Hello, I thought it could be helpful to add brief inline variable type descriptions when first introducing attendees to different data types. 🎉

### Summary Right now the `keras_preprocessing` version number is hardcoded in [`setup.py`](https://github.com/keras-team/keras-preprocessing/blob/master/setup.py#L26) and [the package's root level `__init__.py` file](https://github.com/keras-team/keras-preprocessing/blob/master/keras_preprocessing/__init__.py). This makes it cumbersome to change version numbers for development and...

Instead of a single metadata level, it'd be nice to be able to select multiple levels and have them all influence the filtering process (all values would be and'd together).

enhancement

when running UMAP with very small or very large datasets, the default hyperparameters produce results that are too far apart or too tightly clustered. We can help fix this problem...

enhancement

**Describe the bug** When running the included [sample Colab notebook](https://colab.research.google.com/github/distant-viewing/dvt/blob/master/notebooks/distant-viewing-toolkit-demo.ipynb) I hit a `AttributeError: 'Node' object has no attribute 'output_masks'` while attempting to initialize the `VideoCsvPipeline`! **To Reproduce** ``` from...

Hello, thanks very much for this really incredible work! I've been reading some of your papers (including your dissertation, which is really fantastic!) and have learned a great deal from...

RIght now the paths to training data and pretrained models in `config.py` are all hardecoded, fully-qualified paths for user `/home/ddegeus/` [[eg](https://github.com/DdeGeus/single-network-panoptic-segmentation/blob/master/config.py#L6)]. This could would benefit others if there were a...

Hi all! This project and the wider tfjs ecosystem have been a huge inspiration for us at @YaleDHLab, so thanks very much for this awesome work @Nicola17 @tafsiri and company!...

cla: yes

Just FYI, the demo page displays a strange rapid glitch when a user has scrolled to a particular location on the page: ![out](https://user-images.githubusercontent.com/4801116/32405998-8c98bab6-c146-11e7-87ae-e85377266a85.gif) As you can see at the end...