Amir Arsalan Soltani

Results 11 issues of Amir Arsalan Soltani

Hi everyone, I have a data set containing 847 data points and 12 variables in a 847 x 12 matrix. I need the graphical representation of my data as MRFs....

I recently built a Singularity container for a Python package named mujoco-py with GPU-enabled rendering ([see here](https://github.com/openai/mujoco-py/issues/523#issuecomment-811407608)). The problem is when this package is imported in Python, it needs to...

Question

I am trying to use NNGP/NTK to fit outputs of a black-box function. The y axis of my data has a pretty wide range (e.g. [x, y] where x could...

question

I'm trying to do some cloth simulations with a cloth that is a bit heavy but no matter what value I set for `invMass=1.0/newMass` I still get pretty weird behaviors...

I just compiled FleX 1.2 using a **[Singularity container](https://github.com/singularityware/singularity/)** that I built (bootstrapped with NVIDIA Docker `nvidia/cuda:9.0-cudnn7-devel-ubuntu16.04`) and wanted to run the demo visually through `X11` (XFCE) forwarding but get...

I want to use Flex on a Linux-based machine. Unfortunately the computer does not have the libGLEW.so.1.10 library installed. I tried using the libGLEW.so.1.10 file in the repository but it...

I compile cgal-swig-bindings and install the Python 3 bindings as follow. However, it seems that the Python bindings are not being installed properly. Can someone help me figure out what...

Fix the tensor size mismatch issue between Lua Torch model params and PyTorch model params.