Ramith Hettiarachchi

Results 11 comments of Ramith Hettiarachchi

Hi! I'm Still using buster to generate static pages for[ my blog ](https://blog.ramith.fyi). And yes, there were compatibility issues with this version of buster with ghost (2.9.1). so I fixed...

> Ok, I got confused. Remove all the flags in that CMakeList. I see that this CMakeList is the principal, you should do the changes in the ROS CMakeList. I...

Hi @ntjess! I noticed that you have a `nsf.typ` file (which I hopefully assume is a proposal template for NSF) I came across a [tweet](https://twitter.com/nomad421/status/1723912916833804351) [1] that was searching for...

If you are using `CUDA` through a conda install like (`conda install nvidia/label/cuda-11.3.1::cuda`), you might need to have these `env variables set` , so that it correctly points to the...

If you are using `CUDA` through a conda install like (`conda install nvidia/label/cuda-11.3.1::cuda`), you might need to have these `env variables set` , so that it correctly points to the...

I edited the code to handle that exception in dictionary defining on mac. ``` # Copyright (c) Meta Platforms, Inc. and affiliates. # This software may be used and distributed...

@sumukshashidhar it's a cloudfront link. Curious why yours show a urldefence.com link.. maybe the network is blocking ?

@szhang99-bu, If you are using `CUDA` through a conda environment install like (`conda install nvidia/label/cuda-11.3.1::cuda`), you might need to have these `env variables set` , so that it correctly points...

Hi, thanks for the discussions above. I myself wanted to freeze params on one my projects, and referred several issues (https://arc.net/e/A4919E55-946B-483F-9274-15AD5F00D6B8), to understand `multi_transform` and `set_to_zero`. I actually missed @pharringtonp19's...