Théophile Blard
Théophile Blard
I have the same issue, triggered by `find_package(Clang)` ```bash CMake Error at /usr/lib/llvm-10/lib/cmake/clang/ClangTargets.cmake:37 (message): Some (but not all) targets in this export set were already defined. Targets Defined: clang-format ```...
Also curious about ETA for _Shape from Shading_ tutorial
Hi! The `DESTDIR` variable is not interpreted at configure time but at install time, and it's not a CMake variable, but an environment variable that CMake uses to relocate the...
Thank you !
Hi @ricbrue, if you're still working on this issue, there is already on official bitbake recipe of pylon 6.2.0 here: https://github.com/varigit/meta-basler-tools/tree/1.3.1.27-imx8mp-5.10.52-2.1.0/meta-basler-common/recipes-camera/pylon
Hi Emilie! Your code sample can actually run without errors on the [colab demo](https://colab.research.google.com/github/TheophileBlard/french-sentiment-analysis-with-bert/blob/master/colab/french_sentiment_analysis_with_bert.ipynb#scrollTo=YlsRO16rWwAL) with python 3.7 and transformers 4.12.3. Can you provide more information on your environment (python &...
Hi again! I managed to reproduce your issue and to find a possible fix. Can you please try again with the following lines: ```python tokenizer = AutoTokenizer.from_pretrained("tblard/tf-allocine", use_fast=True) model =...
> Thank you so much for your in depth response. I will try the propose code and get back to you when I can. Hi @emiliepicardcantin, did you manage to...
Bonjour! Le modèle `tblard/tf-allocine` est une déclinaison du modèle CamemBERT (lui même étant une déclinaison de RoBERTa) provenant du model hub de HuggingFace. Apparemment, il semble tout à fait possible...