Spaces:
Runtime error
Runtime error
Arnaudding001
commited on
Commit
•
fc83017
1
Parent(s):
58d9125
Update encoder_criteria_id_loss.py
Browse files
encoder_criteria_id_loss.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
import torch
|
2 |
from torch import nn
|
3 |
-
from
|
4 |
|
5 |
|
6 |
class IDLoss(nn.Module):
|
|
|
1 |
import torch
|
2 |
from torch import nn
|
3 |
+
from encoder_encoders_model_irse import Backbone
|
4 |
|
5 |
|
6 |
class IDLoss(nn.Module):
|