Clay Shoaf

Results 68 comments of Clay Shoaf

Alright, I think I did that right. Still figuring out the github interface. When I grepped, I should have left off the trailing parenthesis instead of doing `grep -irI '$(hostname)'`....

Ah crud. I didn't realize I still had this open when I deleted my repo.

@WhiteGL Now when I run `python main.py --gan_type 'GAN' --dataset 'mnist'` I get: ``` Traceback (most recent call last): File "/home/user/testpad/python/pytorch-generative-model-collections/main.py", line 111, in main() File "/home/user/testpad/python/pytorch-generative-model-collections/main.py", line 80, in...

I want to make sure it works on at least one other person's computer first. Otherwise it'll just be another failed "works on my machine" moment for whoever stumbles across...

> You should add this to the wiki. Ok, it looks like it's actually working for other people. How do I edit the wiki? Should I just @oobabooga?

> It just can't find the two files Weird that it would find all of the other files. Is it kicking an error message? I thought about doing `./` but...

> If use > > > @echo on > > cd /d %~d0 > > cd %~dp0 > > install.bat > > pause I'm not sure what this does. I...

>I don't know why, but if I right-click D:\LLaMA\bandaid.bat and run as administrator, the cmd starts from C:\Windows\System32 Have you tried running it not as administrator? I didn't even consider...

Can you try putting `cmd /k` as the last command in the `test.bat`. I want to see if conda actually activated when using `CALL conda.bat activate`. If it did, it...

Haha, that is ridiculous. It's gonna be tough for me to get something that I'm confident functions correctly in Windows 11 without having a Windows 11 system of my own....