Alex Thewsey

Results 43 comments of Alex Thewsey

Just ran in to this issue too when experimenting with upgrading a Pipelines example from XGBoost v`1.0-1` to `1.3-1`. As discussed [here on StackOverflow](https://stackoverflow.com/q/69099627/13352657), it seems that in v1.3+ XGBoost...

As I understand, `jlpm` is a Jupyter-provided version of `yarn`, rather than `npm`. From a quick test on my SageMaker Studio environment I found that `npm prefix -g` (/opt/conda/envs/studio) yields...

Really keen to see SageMaker SDKv2 support soon as it's now quite rare to find samples using SDKv1!

Yes, I'm mainly using SMStudio - but even if I was working locally I'd usually prefer JLab over Jupyter for the added features... Understand about wanting to share rendering code,...

**PoC Update**: This is at least partially possible - see screenshot below of a Workflow graph in SageMaker Studio which also supports zooming so I think the interactivity is working...

Sorry @NielsRogge / all, maybe this is a silly question but: When using the Trainer API instead of manually setting up torch DP and the training loop... where could `model.layoutlmv2.synchronize_batch_norm()`...

^ My current workaround to this is to just install the packages higher up in the filesystem, instead of using `-g` flag - which enables the resolver to find them.

I'm seeing some odd behaviour and not sure if it's related to this or something separate? If I have a cell which either runs: ```js import { _ } from...

Done (#53) thanks... Definitely only affects the JS kernel, and could well be environment-related now I've had a chance to dig around a bit more!

+1 to this request, and +1 to my main use case for it being installation of packages from the notebook (and even TF.js! 😂) I would add that there is...