Deleted user
Deleted user
same error. please help me. ``` ! git clone https://github.com/pytorch/fairseq %cd /content/fairseq ! pip install --editable ./ ``` ``` ! fairseq-train $DATASET_DIR --arch mbart_large --restore-file /content/fairseq/mbart.cc25.v2/model.pt \ --save-dir $SAVE_MODEL_DIR \...
The best documentation on `map_err` I've found is at https://docs1.w3cub.com/rust/book/error-handling/
nice to see other ways to solve this
Line 68 and Line 70 provide a hint as to what **_cents_per_gram_** could be. **/* Assert_eq! */** is checking something is equal to 4500. Lets assume this something involves **cents_per_gram**...
@fnky your solution is not complete. The phrase you are quoting means that you should see "waiting..." 6 times and then exit nicely to have solved the exercise. If you...
It's happened in #165
From my testing, it looks like the `/user/{id}` is a randomly generated `uuid`. Attempted some testing below: ``` curl https://api.mangadex.org/user/fappyfap {"result":"error","errors":[{"id":"524eb5f9-8408-5783-b4fc-5b176572e923","status":404,"title":"not_found_http_exception","detail":"No route found for \"GET https:\/\/api.mangadex.org\/user\/fappyfap\"","context":null}]}% curl https://api.mangadex.org/user/61c439b0-8792-4c48-8035-fe6c39f52e79 {"result":"ok","response":"entity","data":{"id":"61c439b0-8792-4c48-8035-fe6c39f52e79","type":"user","attributes":{"username":"fappyfap","roles":["ROLE_UNVERIFIED"],"version":1},"relationships":[]}}% ```...
Here is a good example of modularity https://github.com/iojw/socialscan I started to do it https://github.com/x0rzkov/sherlock but it sounds that you are further in the task. Do you need some help ?...
Yes, I agree with you, both are fragiles.... I worked on golang version of sherklock, https://github.com/tdh8316/Investigo, and false-positives are high. It was just to put you this repo to awareness......
I very strongly disapprove of `**`. Firstly, on values that's an array operator, so it's easily confused; secondly, a SIMD multiplier would then be the only postfix type modifier, and...