Mohit
Mohit
1) The requirements.txt file is broke 2) Even the implementation is broke cant even run it on colab
# ❓ No module named 'merlin.dag.executors' ## Details I was replicating the code given on : https://nvidia-merlin.github.io/Transformers4Rec/main/examples/tutorial/01-preprocess.html and was stuck on this error "No module named 'merlin.dag.executors" . I tried...
There is some problem with the Dockerfile mentioned here !! The docker file shows not available !! Please solve this ASAP
logits = combiner(reference_image_features, text_features, target_image_features) ground_truth = torch.arange(images_in_batch, dtype=torch.long, device=device) loss = crossentropy_criterion(logits, ground_truth) why are the ground truths calculated like this and how are they ground truth ? @ABaldrati...
has anyone tried this model to reproduce results with fashioniq or fashion 200k dataset ?
### crawl4ai version 0.4.28 ### Expected Behavior Config files : browser_config = BrowserConfig( headless=True, # Changed to headless mode user_agent_mode="random", text_mode=True, extra_args=["--disable-blink-features=AutomationControlled", "--disable-remote-fonts", "--disable-images", "--disable-software-rasterizer", "--disable-dev-shm-usage"], ) crawler_config = CrawlerRunConfig(...
## Summary Fixed the logging issue directly shows the error rather python error ## List of files changed and why async_crawler_strategy.py ## How Has This Been Tested? Output the error...
### crawl4ai version 0.4.248 ### Expected Behavior It should be able to scrape sites by bypassing cloudfare , but its unable to do it ### Current Behavior It is unable...