Nic Dahlquist

Results 12 issues of Nic Dahlquist

These are the code changes we needed to make in order to get the app to work correctly from the Dockerfile. Unfortunately I had to move the directory structure, so...

It seems that https://hub.docker.com/r/essembeh/depthy doesn't exist anymore. I've made a new Docker image and uploaded it here. Note: Some code changes were necessary to get the Dockerfile to function correctly,...

I really like this project and would like to consider contributing to it! Would it be possible to make this project available under an [open source license](https://help.github.com/en/articles/licensing-a-repository)? Thank you for...

@LouisFoucard - this looks fantastic. I've run through your notebook and am pleased by the results so far. Can you please add a "LICENSE" file to the top-level directory of...

Needed to build the example app successfully with Flutter 3. Note: `gradlew` and `gradlew.bat` should be checked in- these are wrapper scripts that download the actual gradle binary (the "w"...

``` NameError Traceback (most recent call last) in () ----> 1 dl,gl = train(MLP_D, MLP_G, m, 4000) NameError: name 'm' is not defined ``` This is clearly intended to be...

I ran into these errors while trying to run `DCGAN.ipynb` (almost certainly due to different versions of Keras and nltk). Since these particular imports are unused, there is no reason...

[Wasserstein GANs](https://arxiv.org/abs/1701.07875) are supposed to fix some of the challenges of GANs. - No more vanishing gradients! - No more mode collapse! - Loss function is more meaningful. Some of...

Before this change set, I am unable to build the example app with Flutter 3.0.5 (latest stable version): ``` ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ Warning ────────────────────────────────────────────────────────────────────────────── Your Flutter application is created using an older...

Probably should use standard image gallery UI/UX: 1. Long press on the thumbnails to start multiple selection mode. 2. Select/deselect thumbnails by tapping them. 3. Select 'delete'. 4. There should...