Aida Farahani

Results 7 comments of Aida Farahani

Hi, did you try this: **--pipeline.model.predict-normals True** , for training?

I actually tried this: conda install freecad qt=5.9.* -c freecad/label/dev -c conda-forge and unfortunately, it has conflict with my Linux: (I have cuda 10.1) ![image](https://user-images.githubusercontent.com/24436001/110150346-73dd6400-7ddf-11eb-87ca-ecf035191882.png) could you recommend me an...

> Why 5.9 ? Recent freecad uses qt5.12. (sorry for my late reply, I had a very important meeting for today.) so, I tried simply the last version too: conda...

I have a Linux OS and cuda: version 10.1 I tried to install a clean conda environment for pytorch using [this link](https://pytorch.org/get-started/previous-versions/): **conda install pytorch==1.7.1 torchvision==0.8.2 torchaudio==0.7.2 cudatoolkit=10.1 -c pytorch**...

Hi, I created an env using this command : conda create -n freecad freecad qt=5.9.* -c freecad/label/def -c conda-forge and I run one old FEM Macro using FreeCAD gui ,...

thanks a lot for your fast reply. my problem is solved in windows, but in Mac I got this: Running the Python command 'FEM_SolverRun' failed: Traceback (most recent call last):...

as I did not need the progress bar, I commented it in ccxtool.py and now it works! ( I am not sure if it is a good solution though!)