File size: 311 Bytes
daa9219
 
 
 
 
 
 
 
 
 
 
 
d03f49a
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
import torch
import torch.nn as nn
import torch
import torch.nn as nn
import torch.nn.functional as F
import torch.optim as optim
import torchaudio

import matplotlib.pyplot as plt
import IPython.display as ipd


def main():
    # Your code here
    print("Hello, world!")

if __name__ == "__main__":
    main()