Skip to content

Commit

Permalink
[231130] clean code
Browse files Browse the repository at this point in the history
  • Loading branch information
Harly-1506 committed Nov 30, 2023
1 parent 94e9053 commit 76e4a7e
Show file tree
Hide file tree
Showing 7 changed files with 41 additions and 452 deletions.
7 changes: 7 additions & 0 deletions models/DDAnet.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
"""
Author: Harly - Minh Hai Tran
gmail: [email protected]
created day: 30/10/2022
"""


import torch
import torch.nn as nn

Expand Down
7 changes: 7 additions & 0 deletions models/DDAttention.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
"""
Author: Harly - Minh Hai Tran
gmail: [email protected]
created day: 30/10/2022
"""


import torch
import torch.nn as nn
import torch.nn.functional as F
Expand Down
8 changes: 8 additions & 0 deletions models/layers.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
"""
Author: Harly - Minh Hai Tran
gmail: [email protected]
created day: 30/10/2022
"""



import torch
import torch.nn as nn
import math
Expand Down
6 changes: 6 additions & 0 deletions trainer/fer2013_trainer.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
"""
Author: Harly - Minh Hai Tran
gmail: [email protected]
created day: 30/10/2022
"""

import numpy as np
import datetime
import os
Expand Down
7 changes: 7 additions & 0 deletions trainer/ferplus_trainer.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
"""
Author: Harly - Minh Hai Tran
gmail: [email protected]
created day: 30/10/2022
"""


import numpy as np
import datetime
import os
Expand Down
6 changes: 6 additions & 0 deletions trainer/rafdb_trainer.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
"""
Author: Harly - Minh Hai Tran
gmail: [email protected]
created day: 30/10/2022
"""

import numpy as np
import datetime
import os
Expand Down
Loading

0 comments on commit 76e4a7e

Please sign in to comment.