Recep Erol, PhD (@erolrecep) 's Twitter Profile
Recep Erol, PhD

@erolrecep

#MachineLearning | #ComputerVision | #HPC | PhD in AI | @SmyrnaAI
He/Him

ID: 116406194

linkhttps://github.com/erolrecep calendar_today22-02-2010 10:03:00

6,6K Tweet

654 Takipçi

973 Takip Edilen

Recep Erol, PhD (@erolrecep) 's Twitter Profile Photo

It looks like #busytag will be delivered either by the end of this month or the early next month. Really excited for this product!

Recep Erol, PhD (@erolrecep) 's Twitter Profile Photo

First time compiling Python3 on Raspberry pi5. It's pretty straightforward. The instructions from #googlegemini The last command is "$sudo make altinstall"

First time compiling Python3 on Raspberry pi5. It's pretty straightforward. The instructions from #googlegemini 
The last command is "$sudo make altinstall"
Recep Erol, PhD (@erolrecep) 's Twitter Profile Photo

Check out Interrupt - Linux Powered Hacking Gadget by Interrupt Tech on Kickstarter kickstarter.com/projects/inter… I backed this project! #linux #toy #mobile

Recep Erol, PhD (@erolrecep) 's Twitter Profile Photo

Companies tend to hire based on vibes, not skills, study shows hrdive.com/news/companies… via HR Dive talented candidate < ?great personality? what??

Recep Erol, PhD (@erolrecep) 's Twitter Profile Photo

#CUDATips #CUDA Detect GPU Architecture through NVCC compiler. nvcc --help | grep -o "compute_[0-9]\+" | sort -r | head -1 | sed 's/compute_/sm_/'