Daniel Severo

Results 6 issues of Daniel Severo

Would be interesting to see comparisons between different versions automagically. For example: [the current](https://github.com/FrankKair/polyglot-euler/blob/master/src/001/001.py) solution to 001 with list comprehensions in contrast to a generator expression ```python # current print(sum([n...

I noticed that [minimax_discriminator_loss](https://github.com/torchgan/torchgan/blob/master/torchgan/losses/functional.py#L42) uses `binary_cross_entropy_with_logits` (cf. `binary_cross_entropy`) which "combines a Sigmoid layer and the BCELoss" [according to the docs](https://pytorch.org/docs/stable/nn.html#bcewithlogitsloss). This is a good practice when it comes to numerical...

bug

I implemented RGAN and RCGAN from [1]. Would it make sense to add it to `torchgan.models`? [1] [Esteban, Cristóbal, Stephanie L. Hyland, and Gunnar Rätsch. "Real-valued (medical) time series generation...

enhancement
feature

Shouldn't `jupyterhub_config.py` be copied to the image so it reflects changes made? I was editing my `jupyterhub_config.py` file and noticed that changes were not reflecting.

Greetings! I recently used dask to implement a distributed version of tfidf. I want to contribute to the dask project by putting it somewhere. Would this be the correct repo.?...

Algorithm

Just some typos in the comment.