jzicker

Results 7 comments of jzicker

Thanks for looking into this. I was running a previous version of threejs. I changed to version 0.3.0 and it now completes but shows no graph in the RStudio window....

Wow. Thanks for putting all the effort in on this. I'm looking forward to showing my colleagues (network medicine project) a network visualization using threejs. I'll make sure to mention...

pop out did work! Awesome. I was using zoom from RStudio which of course gave the same blank screen. I can make progress with that as a work around for...

a little more information. pop out works when default browser is chrome. when default browser is microsoft edge same blank page as in RStudio viewer.

I read the documentation on using exogenous variables and compared to the stemggn example. Is the intent to create a graph adjacency matrix? Also noticed when setting up the model...

I can't post all the code or give access to the notebook. But here are relevant portions. early_stop_callback = EarlyStopping(monitor="val_loss", min_delta=MIN_DELTA, patience=PATIENCE, verbose=False, mode="min") checkpoint_callback = ModelCheckpoint(monitor="val_loss", mode="min") lr_logger =...

@Smendowski Thank you so much! you unblocked me