Griff

Results 15 comments of Griff

I found if the `path` in e.g. `data.ImageDataLoaders.from_df(path="/", ...)` then you will get a `learn.load` error like yours above as it uses `Path` to locate the model. It needs to...

I also have the same issue, I have a custom component in Retool ... ```javascript onSelected={(v) => { modelUpdate({ selectedPoints: v.points.map(p => p.text) }) }} onSelected={(v) => { modelUpdate({ selectedPoints:...

I also have the same error, even after running `preprocess_large.sh`. That preprocessing script doesn't seem to create the first file that's missing `generate_checkpoint_avg.pt`.

Ditto, did the exact steps (including running `preprocess_large.sh` and `infer_large.sh` + re-download checkpoint) and still get the error: ``` File "/home/bgriffen/Desktop/biogpt/BioGPT/examples/QA-PubMedQA/hard_match_evaluation.py", line 19, in main with open(pred_file) as reader: FileNotFoundError:...

I also have the same error, which is the latest docker-compose file I should update mine to?

Also confirming the same crash on an M2 (Sonoma 14.4.1 + anaconda) when setting `infer_table_structure=True`. I get: `anaconda3/envs/pdfs/lib/python3.12/multiprocessing/resource_tracker.py:254: UserWarning: resource_tracker: There appear to be 1 leaked semaphore objects to clean...

Thanks for your quick response! CUBA had the same issue but I didn't strip the apps back. Regarding permissions, indeed that looks like it was the issue, though a new...

Thanks! That appeared to do the trick. For others even less versed than I... Inside `docker-compose.yml`, change the `/var/log` component to be another empty folder as Zulko said. ``` volumes:...

Update: uninstalling tensorflow and running `pip install tensorflow-macos`, `pip install tensorflow-metal` then re-running `pip install stardist` seems to have connected tensorflow to the gpu and now it's working. 👍 I...

Seconded, also very interested in being able to use GPT4-turbo, especially owing to the lower costs.