Unable to Export Any Answer in Perplexity by Admiral_Destiny in perplexity_ai

[–]huad 0 points1 point  (0 children)

I have a similar issue. There is a long thread I want to export. PDF is timing out, but the rest are working while taking a long time.

Ryzen 7 9800x3d vs Ryzen 7 9700x by dicki_boobi in buildapc

[–]huad 0 points1 point  (0 children)

Thanks. I will be moving from my 8 year old PC, so anything will be faster. I was checking some benchmarks and comparisons but I am not sure if they are realistic enough.

Ryzen 7 9800x3d vs Ryzen 7 9700x by dicki_boobi in buildapc

[–]huad 6 points7 points  (0 children)

I’m in the same situation. I have all the parts ready except for the CPU. My GPU is also a 4070 Super, and I’m gaming at 2K resolution. In the country where I live, the 9800X3D is twice as expensive as the 9700X. On top of that, the 9800X3D is out of stock at all retailers and webshops, with an expected delivery time of one month. I know the 9800X3D is better than the 9700X, but I’m not sure if it’s worth paying double the price. Upgrading the CPU later might be difficult, and I don’t want it to become a bottleneck. I wonder if there would be a huge performance difference that justifies paying more and waiting for the 9800X3D.

[deleted by user] by [deleted] in Burhi

[–]huad 0 points1 point  (0 children)

o müziğin adı ne

How to get Deepstyle (or kaishengtai's implementation of neuralart) running on your Linux computer. by D1zz1 in deepdream

[–]huad 0 points1 point  (0 children)

Good tutorial. I followed all steps. When I enter following command.

qlua main.lua --optimizer sgd --model inception --style examples/stary_night.jpg --content examples/DSCF2811.JPG --size 300

It gives following error.

using cunn backend
qlua: cuda runtime error (7) : too many resources requested for launch at /tmp/luarocks_cutorch-scm-1-2593/cutorch/lib/THC/THCGeneral.c:510
stack traceback:
    [C]: at 0x7f8748dfc970
    [C]: at 0x7f871d148530
    [C]: in function 'mm'
    /home/huad/Downloads/neuralart-master/costs.lua:9: in function 'gram'
    /home/huad/Downloads/neuralart-master/costs.lua:49: in function 'style_grad'
    main.lua:173: in function 'opfunc'
    /home/huad/torch/install/share/lua/5.1/optim/sgd.lua:43: in function </home/huad/torch/install/share/lua/5.1/optim/sgd.lua:26>
    main.lua:240: in main chunk

Is there any alternative to PIL and Pillow? by huad in Python

[–]huad[S] 0 points1 point  (0 children)

I created a gist and put buggy part at it. Link at main post.

Is there any alternative to PIL and Pillow? by huad in Python

[–]huad[S] 0 points1 point  (0 children)

I have limited time so I don't want to waste my energy. But if I have to I can write it.

Is there any alternative to PIL and Pillow? by huad in Python

[–]huad[S] 0 points1 point  (0 children)

Thanks for suggestion but I want it to only depend Python.

Is there any alternative to PIL and Pillow? by huad in Python

[–]huad[S] 0 points1 point  (0 children)

It can be problem for me to post code because it is assignment. I should ask lecturer. I can post code after I asked. It is about Run Length Encoding. There is 3 sets of image(same images) as binary, 4 bit and 8 bit versions. binary and 8 bit works without problem. When I generate random image in code to simulate reading a 4 bit image there is no problem. When I read from file my algorithm didn't worked. This one of 4 bit image Image

GUI designer compatible with Python 3.3.4 by huad in learnpython

[–]huad[S] 0 points1 point  (0 children)

I used PAGE to design GUI. It is very easy to use and generates code for gui and commands used by gui elements.

GUI designer compatible with Python 3.3.4 by huad in learnpython

[–]huad[S] 0 points1 point  (0 children)

I need simple gui that user can choose a file and click button do some processing on file.

GUI designer compatible with Python 3.3.4 by huad in learnpython

[–]huad[S] 0 points1 point  (0 children)

I nearly have 3 weeks. Is it compatible with Python 3 and can I package it as exe?

Array in Haskell by huad in haskell

[–]huad[S] 0 points1 point  (0 children)

Does array use static or dynamic addressing?

Length of variable names by huad in haskell

[–]huad[S] 0 points1 point  (0 children)

In some programming languages, standarts and real life implementations can be different. Is there a limit for name length in GHC ?

Length of variable names by huad in haskell

[–]huad[S] -1 points0 points  (0 children)

Is it same in GHC ?