Milandu Keith Moussavou Boussougou
Milandu Keith Moussavou Boussougou
Please, until now, there is still no fix for this issue?
Hi, I am trying to run the distributed code for classification using the below bash command: ``` LOG_FILE="experiments/distributed/transformer_exps/fedavg_transformer_tc.log" CLIENT_NUM=100 WORKER_NUM=10 SERVER_NUM=1 GPU_NUM_PER_SERVER=4 ROUND=250 CI=0 PROCESS_NUM=`expr $WORKER_NUM + 1` echo $PROCESS_NUM...
Hi, thank you for your reply. 1. Here is the code I am running after installing all the requirements. ``` !CUDA_VISIBLE_DEVICES=0 python train_ditto.py \ --task Structured/Beer \ --batch_size 64 \...
Now after the training part was done, I tried to run the matching code as follow: ``` !CUDA_VISIBLE_DEVICES=0 python matcher.py \ --task wdc_all_small \ --input_path input/input_small.jsonl \ --output_path output/output_small.jsonl \...
Hi, thank you again for your reply. I will try the updated notebook and come back to you ASAP. Thanks.
> You can try the script at the bottom of the updated notebook: https://colab.research.google.com/drive/1zCg6BeCWVj62uYqoxR5rfyEG6dfGXu_2?usp=sharing&authuser=3#scrollTo=9qxLFPNvcGgH Hello, I tried the given updated notebook but the warning below is shown when running the...
Hello, this issue has been unanswered for a year almost. I a facing a similar issue. By any chance, please were you able to solve the issue? ``Traceback` (most recent...
> Hi, I ran into the same problem. I notice that you have `tp.TextPack(df, vals, match_threshold=0.75, ngram_remove=r'[,-./]', ngram_length=3)`. The `vals` need to be a list for the .pop() method to...
Same problem here as well.
This is an amazing code. Thanks a lot as it helped me with a project. Great job mate!