Christian Laforte

Results 20 issues of Christian Laforte

Please confirm you have the latest versions of fastai, fastcore, and nbdev prior to reporting a bug (delete one): YES **Describe the bug** lesson7-superres-gan.ipynb almost runs perfectly, except: 1. Had...

Right now the README only includes a quote from Tolkien, so when we point others to this project, many people probably give up instead of taking a serious look. I...

First, thanks for building and sharing such an exciting and promising package! I tried your SymbolicRegression example: https://github.com/wildart/Evolutionary.jl/blob/master/examples/SymbolicRegression.ipynb In section `1.3.1 Linear`, the solution found is much more complex than...

enhancement

Hi, this code from `https://fluxml.ai/FastAI.jl/dev/documents/notebooks/quickstart.ipynb` fails with the latest FastAI.jl release: ```julia using FastAI data, blocks = loaddataset("imagenette2-320", (Image, Label)) task = ImageClassificationSingle(blocks, size=(256, 256)) learner = tasklearner(task, data, callbacks=[ToGPU(),...

Hi, thanks for making this fantastic module! One of the many reasons I love Julia. :-) I think it would be great if BenchmarkTools came with a macro to report...

enhancement

Hi, congrats on a very interesting package, I look forward to trying it out! I'm going through the docs and noticed some typos. I also recommend small potential improvements. I...

documentation

Hi, this looks like a very cool extension, thanks for creating it and sharing it generously with the world! I installed it yesterday, received the verification code within a minute,...

@bennyguo this is a very simple way to enforce a non-default max width. I ran some quick tests with a relatively large font in vscode, 2 files side-by-side plus the...

- the code (originally from Stable-DreamFusion) that loaded images changed the RGB components of the RGBA image: - `(1 - rgba[..., 3:])` made colors artificially bright (when alpha is between...