Adam Goh

Results 6 comments of Adam Goh

Hi, I noticed that the results calculated using the provided `calc_shot` matlab binary do not produce the same results at the ones provided. Because of that, I had not been...

Hi, I faced a similar issue as well. I'm new to Keras so I'm not exactly sure what's the situation between pre-Keras2.0 and Keras2.2 (The one I used). However, here...

Based on the [imageio doc](https://imageio.readthedocs.io/_/downloads/en/v2.16.0/pdf/ ) `imageio.plugins.pillow.PillowPlugin.read` it seems to have change it to `apply_gamma` . in `load_llff.py` line 110 change `ignoregamma=True` to `apply_gamma=False` worked for me.

hi @Wauplin One of the main use case of `HF_ENDPOINT` has been for using it as a pointer for remote artifact repositories so HfApi and cache resolution would work with...

Following this as well. https://docs.aws.amazon.com/sagemaker/latest/dg/pipelines-local-mode.html Although local mode in documentation is said to be supported, it requires user to upload input code into S3 as stated in this issue. If...

If permitted I'd like to contribute to add this in via a PR , It'll be my first time trying to contribute and would like to take the time to...