Mohamed Ali Jamaoui
Mohamed Ali Jamaoui
Hi. I took a look into adding lopq (https://github.com/yahoo/lopq) , however currently it only supports python 2.7. I did some PR on the library but it seems it has no...
@maumueller Thanks for clarifying that (it saves me some time). I'll attempt to add LOPQ in here then.
@erikbern @maumueller In readme, section **running** there is only an example on how to run the benchmark in a production setup (if that's correct it to say), however I don't...
@astonzhang Thanks for the details. Arabic (like hebrew, persian and others) are right-to-left languages. So I would like to test the framework that generates the books to see the changes...
@mli thanks for suggesting using language="ar" but it doesn't have an impact on the page layout. I spent sometime investigating various options to support RTL, I found that the best...
@mli I added a PR to change the css files load order: https://github.com/mli/mx-theme/pull/4
@ChaiBapchya I started some translations locally which required few changes. I can push PRs with the changes and translations, but as you can the PR in my last comment is...
The `FrameworkProcessor` has a method called `get_run_args` ([doc here](https://sagemaker.readthedocs.io/en/stable/api/training/processing.html#sagemaker.processing.FrameworkProcessor.get_run_args)) that is designed to help integrate this processor to the `ProcessingStep`, which can be put within a SageMaker pipeline. If you...
> > If you are using this inside a SageMaker Studio MLOps Project, make sure to declare your requirements.txt inside a MANIFEST.in file to be shipped with the library: https://packaging.python.org/en/latest/guides/using-manifest-in/....
Hi, You need to provide an `instance_type`, as the default value is None, that's why you are getting the error `AttributeError: 'NoneType' object has no attribute 'startswith'`. See the deploy...