TJ
TJ
for more clarity here is my code: ``` (defun grim/org-hugo-new-subtree-post-capture-template () (let* ((date (format-time-string (org-time-stamp-format :inactive) (org-current-time))) (title (read-from-minibuffer "Post Title: ")) (fname (org-hugo-slug title))) (mapconcat #'identity `( ,(concat "*...
line 124 in txt2mask.py: `model.load_state_dict(torch.load(d64_file, map_location=torch.device('cuda')), strict=False);` change `cuda` to `cpu`
same issue here. I just used pandoc to create the files. `cd share/man/man1` `pandoc -o pass-import.1 pass-import.md` `pandoc -o pimport.1 pimport.md`
> same issue here. I just used pandoc to create the files. > > `cd share/man/man1` `pandoc -o pass-import.1 pass-import.md` `pandoc -o pimport.1 pimport.md` make sure your env variable is...