Παναγιώτης Γεωργακόπουλος

Results 96 comments of Παναγιώτης Γεωργακόπουλος

Sorry this took quite some time! I added some more general notes and I'm merging this, thanks for contributing!

I can confirm I have the same issue on Windows 11 on an Intel processor and Windows Terminal 1.15.2203.0 `Windows 11 Pro Insider Preview Build 25193.rs_prelease.220829-1428` _(no legacy cmd, unfortunately!)_...

Hey @FinPl ! This constant was defined twice in the file; I thought that was a mistake, that was why I removed it. ![image](https://user-images.githubusercontent.com/8681967/195404932-ba69a642-a85e-43ba-b6bc-d54e4756318b.png) Can you share some minimal example...

> Ok, my bad, I thought that was the cause of the issue. I'll try to narrow it down. If it works on 1.1.1 and not on 1.1.2 it's probably...

Yes of course! There are many events that can be used (like save or run) but what does idle mean? No bond interaction or no web view? The latter would...

Tried to use this with `Dagger.jl` and `Distributed` and for some reason, the `addprocs()` gets stuck. In Malt.jl though, it does work. 👀

> (btw some improvement to Crrl+C on windows in [JuliaLang/julia#51307](https://github.com/JuliaLang/julia/pull/51307)) I do not see an improvement, see https://julialang.slack.com/archives/C6SMTHQ3T/p1694888153763359?thread_ts=1694639864.397389&cid=C6SMTHQ3T (which contains that PR)

I think this is still an issue. I'm trying defining a loss function as: ```julia function loss(model, x, y) sum(nn(tree, model(x))[2] .^ 2) end ``` (Yes, instead of `y` I'm...

> The advantage of this PR over #4862 is that this PR will always have access to the `plotly.min.js` asset, while #4862 only works when PlotlyJS is loaded by the...

> Could be generalized into some kind of "idle" state in which we can execute background tasks Yes; you also don't want the GC to starve, as it may be...