Janis Geise

Results 5 issues of Janis Geise

Hi @AndreWeiner, I found some minor typos in the notebook for ![lecture 1](https://github.com/AndreWeiner/ml-cfd-lecture/blob/main/notebooks/ml_cfd_intro.ipynb): - missing _r_ in _servers_ (section Linux-based operating system, 1st sentence) - _our_ instead of _out_ (section...

lecture

Hi @AndreWeiner, I think it would be helpful to include the cylinder2D dataset within the datasets you provided for download. In this case, people who have issues with executing OpenFoam...

exercise

Hi @AndreWeiner, when performing an SVD on a large dataset, I get the error message `RuntimeError: false INTERNAL ASSERT FAILED at "../aten/src/ATen/native/BatchLinearAlgebra.cpp":1537, please report a bug to PyTorch. linalg.svd: Argument...

Hi @AndreWeiner, the lines ``` logData["ordinal"] = 0.0 for i, r in enumerate(regimes): logData.loc[logData.regime == r, "ordinal"] = float(i) ``` in cell 68 of the [lecture 4 notebook](https://github.com/AndreWeiner/ml-cfd-lecture/blob/main/notebooks/bubble_path_classification.ipynb) may yield...

lecture
PyTorch

Hi @AndreWeiner, it seems like there is an issue when trying to load the *.vtu* files from [exercise 2, Part 2](https://github.com/AndreWeiner/ml-cfd-lecture/blob/main/notebooks/cfd_intro_exercise.ipynb) when using `ParaView5.11.x` as installed in exercise 1. I...

exercise