Ben Leitner

Results 36 comments of Ben Leitner

I just ran into this as well. I only just installed Octolapse today and had previously changed the settingin Webcam & Timelapse to use `/usr/bin/ffmpeg`, but in the octolapse logs...

My issue persisted past a reboot as well. I was able to solve it by creating a symlink from `/usr/bin/avconv` to `/usr/bin/ffmpeg` and that was successful and working around the...

> Hello @bdleitner, Could you please confirm are you still seeing this with the latest release and also for non bazel projects ? Yes, I'm still seeing it in the...

I ran into trouble with SSM as well (see #323). This may also be related to #326, which I'm working on fixing, though I'm not 100% sure.

Saw today's comment and was reminded of this. I also was looking for examples or guidance on using BatchNorm and the difference in setting it up for training / testing....

Note, this seems to be the result of the use of `Max` in `StableSoftMax` I can also reproduce the problem using: ``` max := gorgonia.Must(gorgonia.Max(p)) sf = sf :=gorgonia.Must(SoftMax(gorgonia.Must(gorgonia.Sub(p, max))))...

@bazelbuild/triage not stale, still happening.

bzlmod support doesn't seem to be working at all: I created a [minimal example](https://github.com/bdleitner/rules_android_error_demo) showing that following the basic instructions on the main README here leads to the repo not...

When I reopen the project, I just go to File->Open, and browse the folders where my projects are. For example, I have a project called "expressions" at `C:\projects\go\expressions` and it...

> Hi, when you open the "expressions" directory directly and you get the "not configured" warning is it a false positive? I.e. does everything work in the project like code...