update template code
This commit is contained in:
2
mmp/a7/dataset.py
Normal file
2
mmp/a7/dataset.py
Normal file
@@ -0,0 +1,2 @@
|
||||
# copy your dataset.py code from assignment 6 here
|
||||
# everything that you want points for has to be in this folder
|
||||
7
mmp/a7/main.py
Normal file
7
mmp/a7/main.py
Normal file
@@ -0,0 +1,7 @@
|
||||
def main():
|
||||
"""Put the surrounding training code here. The code will probably look very similar to last assignment"""
|
||||
raise NotImplementedError()
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
main()
|
||||
Reference in New Issue
Block a user