User contributions for Admin

Jump to navigation Jump to search
Search for contributionsExpandCollapse
⧼contribs-top⧽
⧼contribs-date⧽
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)

6 May 2024

2 May 2024

1 May 2024

5 April 2024

  • 10:5410:54, 5 April 2024 diff hist +4,537 N Deep Learning WorkflowCreated page with "== Deep Learning (DL) workflow == Both DL training and inference are computation-intensive in their own ways. On the training side, feeding a DNN large amounts of data is intensive for GPU computing, and it may require more or higher efficiency units. And minimizing latency issues during the inference process can pose a challenge for getting the system to make decisions in real time. '''Training and inference are usually completed on two separate systems, training of..." current Tag: Visual edit

30 March 2024

29 March 2024

25 March 2024

24 March 2024

22 March 2024

21 March 2024

13 March 2024

12 March 2024

11 March 2024

  • 17:1717:17, 11 March 2024 diff hist +457 N NetcatCreated page with "== netcat (nc) == netcat (often abbreviated to nc) is ''a computer networking utility for reading from and writing to network connections'' using TCP or UDP<ref>https://en.wikipedia.org/wiki/Netcat</ref> == Send raw data over nc == <syntaxhighlight lang="bash"> echo -e -n '\x01\x03\x10\x00\x00\x01\x80\xCA' | nc 192.168.0.5 2000 -e allows the conversion of escaped chars -n prevents a newline character being appended </syntaxhighlight> == References ==" current Tag: Visual edit
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)