Christian Laforte
Christian Laforte
BTW this is on Windows 10 running a RTX 3090, and latest CUDA, pytorch.
Ok, in the meantime I tried to `] dev FastAI` with the latest Master branch, but I can't even get `using FastVision` to work... i.e. the notebook you linked to...
BTW it would be great if there was an easy way to read the previous FastAI.jl documentation... right now it only points to the `dev` version, instead of the latest...
Nevermind! This older code works with FastAI.jl v0.4.3: ```julia # Adapted from https://fluxml.ai/FastAI.jl/dev/documents%2Fnotebooks%2Fquickstart.ipynb using FastAI using Metalhead import CairoMakie CairoMakie.activate!(type="png") data, blocks = loaddataset("imagenette2-320", (Image, Label)) image,class = sample =...
We were discussing with @jpsamaroo... I'm not sure if this is already covered in this PR, but it would be nice if during development, we had an easy way to...
Bumped into this issue trying to import a TF ResNet50 model. This is very frustrating and discouraging for new users like me, who know Pytorch but aren't familiar with TF,...
Hi, I'm @harishanand95's manager. There are critical limitations with the ONNXRuntime currently that make this inference path very sub-optimal. We're working hard to find much faster and leaner alternative solutions,...
BTW I get "document sent successfully" everytime. I waited overnight and it made no difference.
I recommend enabling `--save_guidance --save_guidance_interval 1` during your tests/development, that way you can see each image rendered during SD or Zero123 guidance, and you'll see if objects are overly cropped,...
> I think jitter should be disabled as zero123 only support camera rotation and scaling Let me clarify, I don't use jitter during phase 1 (zero123), I only use it...