sgune commited on
Commit
4922b62
·
verified ·
1 Parent(s): 9cab8da

Upload folder using huggingface_hub

Browse files
Files changed (3) hide show
  1. .gitattributes +1 -0
  2. GuneAmpNotes.pdf +3 -0
  3. README.md +2 -13
.gitattributes CHANGED
@@ -35,3 +35,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
  GuneAmp.exe filter=lfs diff=lfs merge=lfs -text
37
  guneAmp.PNG filter=lfs diff=lfs merge=lfs -text
 
 
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
  GuneAmp.exe filter=lfs diff=lfs merge=lfs -text
37
  guneAmp.PNG filter=lfs diff=lfs merge=lfs -text
38
+ GuneAmpNotes.pdf filter=lfs diff=lfs merge=lfs -text
GuneAmpNotes.pdf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:080a012a989670e59274acd5425bf495a4b14a4124efde669cab70fe38d1922e
3
+ size 1630736
README.md CHANGED
@@ -24,20 +24,9 @@ This is a model I trained to mimic a JCM 800 AMP. It doesn't sound very good, bu
24
 
25
  ![](infer.PNG)
26
 
27
- Download `GuneAmp.exe` and try running your own conversion.
28
 
29
- Read my notes `GuneAmp.pdf`
30
-
31
-
32
- ```python
33
- import torch
34
- from model import MetalAmpNet
35
-
36
- ckpt = torch.load("metal_amp_v2.pt", map_location="cpu")
37
- model = MetalAmpNet()
38
- model.load_state_dict(ckpt["model"])
39
- model.eval()
40
- ```
41
 
42
  ## Using the TorchScript Model from Hugging Face
43
 
 
24
 
25
  ![](infer.PNG)
26
 
27
+ Download [GuneAmp.exe](GuneAmp.exe) and try running your own conversion.
28
 
29
+ Read my notes [GuneAmpNotes](GuneAmpNotes.pdf)
 
 
 
 
 
 
 
 
 
 
 
30
 
31
  ## Using the TorchScript Model from Hugging Face
32