We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac4e082 commit 8e1be25Copy full SHA for 8e1be25
README.md
@@ -35,8 +35,9 @@ You will need to run **partition_mnist.py** first.
35
Then run **schedule.py**. It will run as many concurent experiments as many GPUs are available. Reusults will be written to **results.csv** file
36
37
___
38
-Alter
39
-Then from **train_AAE.py**, you need to call *main* function:
+Alternatively, you can call directly functions from **train_AAE.py** and **novelty_detector.py**
+
40
+Train autoenctoder with **train_AAE.py**, you need to call *train* function:
41
42
train_AAE.train(
43
folding_id,
0 commit comments