File size: 226 Bytes
7f2690b
 
 
 
 
 
 
1
2
3
4
5
6
7
8
from foleycrafter.models.specvqgan.modules.losses.vqperceptual import DummyLoss

# relative imports pain
import os
import sys
path = os.path.join(os.path.dirname(os.path.realpath(__file__)), 'vggishish')
sys.path.append(path)