WoodenMaiden's picture
fix(deps): add pytorch
daa9219 unverified
raw
history blame
No virus
311 Bytes
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()