You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This happens on Julia 1.5 (including 1.5.0 on Linux and 1.5.2 on my MacBook). This is not reproducible in the REPL.
This pretty much demonstrates it. All of these cells were run using the "Run All" button, so the delay illustrated in the last cell is not the result of me waiting to execute the cells.
What seems to be happening is that the first cell execution after the usings block has a HUGE time before it starts actually running the user code. The code in the cell only takes one second, but it's ~200 seconds between the end of the usings cell and the start of the cell after.
I posted about this in Slack. My initial guess was that loading packages was triggering lots of invalidations, but this seems to be taking wayyyyy too long for that to be the case.
Perhaps even more confusingly, this is NOT an issue if you don't run all the usings at once (eg separating Flux into a separate cell, even if run immediately after the previous usings), it's fine.
Reproduction
This happens on Julia 1.5 (including 1.5.0 on Linux and 1.5.2 on my MacBook). This is not reproducible in the REPL.
This pretty much demonstrates it. All of these cells were run using the "Run All" button, so the delay illustrated in the last cell is not the result of me waiting to execute the cells.
I've uploaded the notebook here: https://my.pcloud.com/publink/show?code=XZpf2pXZvK2tdLxPBw7MM70HtFTNvmJwn2mV
The project and manifest are also included below.
Hypotheses
What seems to be happening is that the first cell execution after the
using
s block has a HUGE time before it starts actually running the user code. The code in the cell only takes one second, but it's ~200 seconds between the end of theusing
s cell and the start of the cell after.I posted about this in Slack. My initial guess was that loading packages was triggering lots of invalidations, but this seems to be taking wayyyyy too long for that to be the case.
Details
version info + project + manifest
The text was updated successfully, but these errors were encountered: