Oguzhan Gencoglu

Results 93 issues of Oguzhan Gencoglu

What are the max token lengths for the models?

## 📚 Documentation SOLD2 line segment detection results vary drastically with respect to hyper-parameters/configs ``` default_cfg: Dict[str, Any] = { 'backbone_cfg': {'input_channel': 1, 'depth': 4, 'num_stacks': 2, 'num_blocks': 1, 'num_classes':...

docs :books:
code heatlh :pill:

Thanks for the [Dinov2 fine-tuning example](https://github.com/NielsRogge/Transformers-Tutorials/blob/master/DINOv2/Train_a_linear_classifier_on_top_of_DINOv2_for_semantic_segmentation.ipynb). If you continue training until the first epoch ends, the following error occurs ![image](https://github.com/NielsRogge/Transformers-Tutorials/assets/8182738/163dd0a1-e6dc-41d7-ba54-7bd7f7674028) Just wanted to let you know.

Would be interesting to have "prompt + LLM" accuracy in the benchmark as well. A simple prompt to GPT4 and restricting the output with LMQL should be quite straightforward.

I'm hitting the ``` File "/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.9/lib/python3.9/subprocess.py", line 528, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['cmake', '--version']' returned non-zero exit status 1. [end of output] ``` error on Mac (in...

I think it would be good practice to separate main functionality dependencies and other stuff into separate requirements files. For example `matplotlib` should not be needed for calculating the scores....

Colab tensorflow install goes into a never ending loop of downgrading tensorflow version incrementally ![image](https://github.com/zcemycl/TF2DeepFloorplan/assets/8182738/3e854a88-36a5-4a60-9b0a-97ca6bed83c8)

In zero order page: https://fmin.xyz/docs/methods/zom/zom/ > Typical speed of **_convegence_** of these...

Thank you for the OptaPy comparison for Employee Scheduling problem. Can you upload the JSON representation of the employee scheduling problem mentioned in the tutorial so we do not have...

Can you provide the leaderboard results somewhere?