Cdk29
Cdk29
Good afternoon. I have the following issue when I am running those commands : ``` erolland@erolland-GL75-9SE:~/Desktop/Advans$ make docs_serve cd docs && bundle exec jekyll serve Could not find gem 'jekyll-remote-theme'...
@henry090 : I am trying to train a xse_resnet50. During training I got the following error : > R: /opt/conda/conda-bld/magma-cuda101_1583546950098/work/interface_cuda/interface.cpp:901: void magma_queue_create_from_cuda_internal(magma_device_t, cudaStream_t, cublasHandle_t, cusparseHandle_t, magma_queue**, const char*, const char*,...
I am not 100 % sure it is a bug. Running code from here : https://github.com/Cdk29/Cassava/blob/main/Xresnet.md Particularly : I create the learner using : `learnR % cnn_learner(xresnet50(), metrics = accuracy(),...
Hi again. Running the following : ```{r} path_img = 'cassava-leaf-disease-classification/train_images/' ``` ```{r} #library(data.table) ``` ```{r} labels% lr_find() ``` ```{r} learnR %>% plot_lr_find(dpi = 200) ``` I can knit and got...
It is a strange behavior that I don't know how to reproduce exactly. Last time I opened the https://github.com/rstudio/distill/issues/384 but I was not able to reproduce the following day for...
As mentionned in https://github.com/rstudio/distill/issues/376, https://github.com/rstudio/distill/pull/380 solved the issue of the impossibility to custom the RSS to be a full-content RSS. However, running : ` ==> rmarkdown::render_site(encoding = 'UTF-8') ` To...
Hi. I did not managed to reproduce the example graph in the readme : https://github.com/bnosac/doc2vec/blob/master/tools/example-viz.png the one that preceed : ```{r} library(doc2vec) library(word2vec) library(uwot) library(dbscan) data(be_parliament_2020, package = "doc2vec") x