Mohamed Abu El-Nasr
Mohamed Abu El-Nasr
@matrixji Thanks for the reply. This solution doesn't solve the problem because all the dependencies are in the cmake_build directory. none of them are in the usr/local/lib directory, although when...
I used this bash script to include all necessary libs and include files from the cmake_dir. ```bash #!/bin/bash CMAK_BIULD_DIR=/home/mohamed/Mohamed/HPCC/milvus-sdk-cpp/cmake_build # Libs directories. LIBS_DIR=$(find ${CMAK_BIULD_DIR} -type f -name '*.a' | sed...
Hi @shivance Yes I would love to. I will open a pull request in keras-io as soon as possible.
Hi @mattdangerw, I need a help in something. I have ported it to keras-core. but there is an error with the tensorflow backend with the triplete objective function example and...
@mattdangerw It works now. I have changed the way I am loading and preprocessing the data and it surprisingly worked :D. I didn't even mean to fix it. I was...
@abheesht17 can you assign this issue to me? if there is no one assigned.
Hi @mattdangerw @jbischof @chenmoneygithub. what about span labeling task for question answering by finetuning a RoBERTa model? there is a question-answering example in keras.io but it's not based on keras_nlp....
Hi @rbharath, I am Mohamed Abu El-Nasr. I would like to help porting `GraphConvModel` into pytorch, I am working on it, and I will open a PR soon.