Jump to content

Nul Atlas

Member
  • Posts

    47
  • Joined

  • Last visited

Everything posted by Nul Atlas

  1. My mother board, an X570 taichi, does say it can power up to 600 ohm headphones. Here is their direct quote under audio specs. "NE5532 Premium Headset Amplifier for Front Panel Audio Connector (Supports up to 600 Ohm headsets)" So does this mean I could most likely power 250 ohm headphones through the front panel audio connector?
  2. So I was doing some reading and a USB 3 header on the motherboard only supports two usb ports to it. I was wondering if this is true? As well as my mobo doesnt haven't a usb c header, so i was wondering if I could use a usb 3 splitter, connect the two ports on the front then use the other header to connect a usb 3.0 to usb c adapter to it. I'm hoping you guys can help me with this.
  3. https://i.imgur.com/drg0dWO.png Please help me figure this out, all the stuff I went to look at was not there in the windows menu, and for referance, this is all my audio, etc controllers. https://i.imgur.com/8O4IiDH.png
  4. It was downloaded off the original website off a random story's name which I don't remember sorry. When transferring the file by putting in the command docker cp "C:\Users\chris\Desktop\Commercial\Y1\" literai:root/torch-rnn/Y1/ That is what I run inside docker toolbox. Its been loading the file in docker for a good 20 minutes now and is just showing this chris@Atlas MINGW64 /c/Program Files/Docker Toolbox $ docker cp "C:\Users\chris\Desktop\Commercial\Y1\" literai:root/torch-rnn/Y1/ > >
  5. I ran both these and it outputs this. root@f15c041cb785:~/torch-rnn# ls -al total 124 drwxr-xr-x 1 root root 4096 Jun 4 20:49 . drwx------ 1 root root 4096 May 15 2016 .. drwxr-xr-x 8 root root 4096 May 15 2016 .git -rw-r--r-- 1 root root 32 May 15 2016 .gitignore -rw-r--r-- 1 root root 1081 May 15 2016 LICENSE.md -rw-r--r-- 1 root root 8765 May 15 2016 LSTM.lua -rw-r--r-- 1 root root 5434 May 15 2016 LanguageModel.lua -rw-r--r-- 1 root root 6848 May 15 2016 README.md -rw-r--r-- 1 root root 1333 May 15 2016 TemporalAdapter.lua -rw-r--r-- 1 root root 3816 May 15 2016 TemporalCrossEntropyCriterion.lua -rw-r--r-- 1 root root 5754 May 15 2016 VanillaRNN.lua drwxr-xr-x 10 root root 4096 May 31 01:19 Y1 drwxr-xr-x 2 root root 4096 May 15 2016 data drwxr-xr-x 2 root root 4096 May 15 2016 doc -rw-r--r-- 1 root root 1680 May 15 2016 eval.lua drwxr-xr-x 2 root root 4096 May 15 2016 imgs -rw-r--r-- 1 root root 136 May 15 2016 init.lua -rw-r--r-- 1 root root 84 May 15 2016 requirements.txt -rw-r--r-- 1 root root 962 May 15 2016 sample.lua drwxr-xr-x 2 root root 4096 May 15 2016 scripts drwxr-xr-x 2 root root 4096 May 15 2016 test -rw-r--r-- 1 root root 671 May 15 2016 torch-rnn-scm-1.rockspec -rw-r--r-- 1 root root 7776 May 15 2016 train.lua drwxr-xr-x 2 root root 4096 May 15 2016 util root@f15c041cb785:~/torch-rnn# ls -al Y1 total 120 drwxr-xr-x 10 root root 4096 May 31 01:19 . drwxr-xr-x 1 root root 4096 Jun 4 20:49 .. drwxr-xr-x 8 root root 4096 May 15 2016 .git -rwxr-xr-x 1 root root 32 May 15 2016 .gitignore -rwxr-xr-x 1 root root 1081 May 15 2016 LICENSE.md -rwxr-xr-x 1 root root 8765 May 15 2016 LSTM.lua -rwxr-xr-x 1 root root 5434 May 15 2016 LanguageModel.lua -rwxr-xr-x 1 root root 6848 May 15 2016 README.md -rwxr-xr-x 1 root root 1333 May 15 2016 TemporalAdapter.lua -rwxr-xr-x 1 root root 3816 May 15 2016 TemporalCrossEntropyCriterion.lua -rwxr-xr-x 1 root root 5754 May 15 2016 VanillaRNN.lua drwxr-xr-x 2 root root 4096 May 15 2016 data drwxr-xr-x 2 root root 4096 May 15 2016 doc -rwxr-xr-x 1 root root 1680 May 15 2016 eval.lua drwxr-xr-x 2 root root 4096 May 15 2016 imgs -rwxr-xr-x 1 root root 136 May 15 2016 init.lua -rwxr-xr-x 1 root root 84 May 15 2016 requirements.txt -rwxr-xr-x 1 root root 962 May 15 2016 sample.lua drwxr-xr-x 2 root root 4096 May 15 2016 scripts drwxr-xr-x 2 root root 4096 May 15 2016 test drwxr-xr-x 9 root root 4096 May 15 2016 torch-rnn -rwxr-xr-x 1 root root 671 May 15 2016 torch-rnn-scm-1.rockspec -rwxr-xr-x 1 root root 7776 May 15 2016 train.lua drwxr-xr-x 2 root root 4096 May 15 2016 util Y1 is present in the file. I ran it without it and it output the same result as with it in the container. It output this. C:\Users\chris>docker run -ti --rm --name literai crisbal/torch-rnn:base root@9b62e5e9c3f4:~/torch-rnn# th sample.lua -checkpoint Y1/Y1.t7 -length 2000 -temperature 0.7 -gpu -1 /root/torch/install/bin/luajit: cannot open <Y1/Y1.t7> in mode r at /tmp/luarocks_torch-scm-1-437/torch7/lib/TH/THDiskFile.c:649 stack traceback: [C]: at 0x7faace8007c0 [C]: in function 'DiskFile' /root/torch/install/share/lua/5.1/torch/File.lua:405: in function 'load' sample.lua:19: in main chunk [C]: in function 'dofile' /root/torch/install/lib/luarocks/rocks/trepl/scm-1/bin/th:145: in main chunk [C]: at 0x00406670 root@9b62e5e9c3f4:~/torch-rnn#
  6. This is the photo Y1 is a fille downloaded for this purpose of the website. I passed it on into the container.
  7. Yes i did copy the file over into it
  8. So, this is a continuation of one of my previous posts, can someone help me please to fix this error? Once again I am using the https://www.literai.com/tutorial/ windows. Basically, I got the file into the container but when I go running it this shows up. This for some reason shows up when I try to run it. Please help me.
  9. Okay, so I fixed it and I'm on step 5. I don't know how to get any further in this process as when I run it, I run into this root@9a4b6cdce099:~/torch-rnn# th sample.lua -checkpoint Y1/Y1.t7 -length 2000 -temperature 0.7 -gpu -1 /root/torch/install/bin/luajit: cannot open <Y1/Y1.t7> in mode r at /tmp/luarocks_torch-scm-1-437/torch7/lib/TH/THDiskFile.c:649 stack traceback: [C]: at 0x7fbc61cdf7c0 [C]: in function 'DiskFile' /root/torch/install/share/lua/5.1/torch/File.lua:405: in function 'load' sample.lua:19: in main chunk [C]: in function 'dofile' /root/torch/install/lib/luarocks/rocks/trepl/scm-1/bin/th:145: in main chunk [C]: at 0x00406670 root@9a4b6cdce099:~/torch-rnn# Can you help me further, please?
  10. Okay so I did the commands and what it said, etc. docker cp literai:root/torch-rnn// c:\Users\chris\Desktop\Commercial\Y1 root@06deef4bebe8:~/torch-rnn# th sample.lua -checkpoint Y1/Y1.t7 -length 2000 -temperature 0.7 -gpu -1 /root/torch/install/bin/luajit: cannot open <Y1/Y1.t7> in mode r at /tmp/luarocks_torch-scm-1-437/torch7/lib/TH/THDiskFile.c:649 stack traceback: [C]: at 0x7fa6643f77c0 [C]: in function 'DiskFile' /root/torch/install/share/lua/5.1/torch/File.lua:405: in function 'load' sample.lua:19: in main chunk [C]: in function 'dofile' /root/torch/install/lib/luarocks/rocks/trepl/scm-1/bin/th:145: in main chunk [C]: at 0x00406670 root@06deef4bebe8:~/torch-rnn# Did it work?
  11. I did the commands the guide told me.
  12. So I'm trying to run a model with docker toolbox (because i dont have a mac or windows pro) and im using the website literai (https://www.literai.com/tutorial/) and when i get to step 4 and to transfer the file to the container it spits out something like this docker cp C:\Users\chris>docker cp C:\Users\chris\Desktop\Commercial\Y1.t7 literai:root/torch-rnn/Y1/ no such directory or when ran through docker chris@Atlas MINGW64 /c/Program Files/Docker Toolbox $ docker cp C:\Users\chris\Desktop\Commercial\Y1.t7 literai:root/torch-rnn/Y1/ copying between containers is not supported I was wondering do any of you have an idea on how to get around this? (I am a beginner and this seemed easy enough, so i wont know most terms you use)
  13. It only happened after i was moving stuff around and deleting stuff, this always happens after i do that i have to restart to get it to go away for the time being
  14. Sometimes when my cursor runs of an icon on my desktop the space behind it turns black and if I use the select tool for dragging many files the area I selected turns black I have to turn off my pc to do this. Does anyone know a fix for this?
  15. I live in the United States, Pennslyvania, my carrier is Verizon Wireless, I am currently waiting for the S9+ to update to Android Pie. I've heard most devices are getting it but does anyone know when Verizon will be updating there phones?
  16. okay the new command did not work although the admin one did what do i do after that?
  17. alright its going to be a bit cause i put another os (kali linux) and tried doing something but i couldnt so im putting the ISO back in (with rufus and i did have it installed before you came here)
  18. ik and i did replace the drive letters i have common sense it failed the first time
×