Update docs

This commit is contained in:
D-X-Y
2020-09-17 11:00:08 +00:00
parent 386184fef8
commit 470d9a5de2
5 changed files with 5 additions and 7 deletions

View File

@@ -7,8 +7,6 @@
# We also define the class ArchResults, which contains all information of a single architecture trained by one kind of hyper-parameters on three datasets.
# We also define the class ResultsCount, which contains all information of a single trial for a single architecture.
############################################################################################
# History:
# [2020.06.30] The first version.
#
import os, abc, copy, random, torch, numpy as np
from pathlib import Path