Theodore Vasiloudis

Results 27 comments of Theodore Vasiloudis

Locally this seems to work. What I did: * Launch a Jupyter notebook server locally, on port 8888. This is only used for the proxy. * Serve a Panel webapp...

I have a similar issue when trying to execute a particular kernel using papermill. Some outputs from my side: ``` $ python -m nb_conda_kernels.install -v --enable Enabling nb_conda_kernels... Entry points:...

Hello @estringfellow apologies for the late response! The likely cause for this would be using SageMaker v2.0, [the support for content_types were removed](https://sagemaker.readthedocs.io/en/stable/v2.html#removals). The solution is designed to work for...

Hello Rafael, just ran into this issue :) Could you give a few more details about your plans? We are going to start development on a online learning library for...

Cool, let me know if you need any help. If you think some of your work would make sense to be ported to FlinkML, we can talk about that as...

Sure, our contribution guide is [here](https://ci.apache.org/projects/flink/flink-docs-release-1.2/dev/libs/ml/contribution_guide.html), if somebody from your team is interested in porting AMIDST code to FlinkML, I'll be able to help them personally.

Hello, is it possible to set the size of `/dev/shm` now for SageMaker training jobs? We're running into the same issue.

> Is it to better understand what the command changed ? Yes that would be it. At least for smaller projects usually there's only a few files changed for each...

@Rhett-Ying could you take a look here? I see TODOs listed in this code to replace the numpy operations with torch ones.

Hi @Rhett-Ying I tried reproducing the example that @jalencato listed and got ``` Traceback (most recent call last): File "/graphstorm/python/graphstorm/run/gsgnn_np/gsgnn_np.py", line 190, in main(gs_args) File "/graphstorm/python/graphstorm/run/gsgnn_np/gsgnn_np.py", line 143, in main...