Lijia Yu
Lijia Yu
I am not sure which command is used to install animation on your R software. But I installed the package from CRAN and Github, it works for me. Please close...
I just install the package in two server (Fedora 25, CentOS Linux release 7) without `imagemagick` and `FFmpeg`. I should confirm that, when we install this package, we don't need...
Sorry, by now, we only support ImageMagick and GraphicsMagick.
How many images do you used in making a animation? >Both ImageMagick and GraphicsMagick may have a limit on the number of images to be converted. It is a known...
Hi AleksandrIanevski, You are right, `saveLatex()` can only generate 1 gif plot in one page. The fastest way to save two gif plots in one pdf with 2 pages is...
Hi @gtca , Thank you for your quick response! Unfortunately, [set environmental variables in R](https://stat.ethz.ch/R-manual/R-devel/library/base/html/Sys.setenv.html) doesn't work in Rstudio server. I think `train_opts$gpu_device` may the best choice for specific GPU...
@RAlexeev css file is ./freshman21/css/main.scss ```css @import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css'); ``` you could change it to 4.7.0
Hello @RAlexeev , Thank you for your feedback, this theme still has many bugs, I will fix it as soon as possible.
> Cuda 11.2 detected but torch only supports: cpu, 10.2, 11.3 My Cuda version is 11.2, it is not supported by Torch either. :(
Hi @gtca I recently updated the `mofapy2` package (0.6.4 -> 0.7.0) on my server and run the package using mofa r package with GPU. However, it is never run on...