update README
This commit is contained in:
		| @@ -1,2 +1,5 @@ | ||||
| ################################################## | ||||
| # Copyright (c) Xuanyi Dong [GitHub D-X-Y], 2019 # | ||||
| ################################################## | ||||
| from .utils import load_config | ||||
| from .scheduler import MultiStepLR, obtain_scheduler | ||||
|   | ||||
| @@ -1,3 +1,6 @@ | ||||
| ################################################## | ||||
| # Copyright (c) Xuanyi Dong [GitHub D-X-Y], 2019 # | ||||
| ################################################## | ||||
| import torch | ||||
| from bisect import bisect_right | ||||
|  | ||||
|   | ||||
| @@ -1,10 +1,6 @@ | ||||
|  | ||||
| # Copyright (c) Facebook, Inc. and its affiliates. | ||||
| # All rights reserved. | ||||
| # | ||||
| # This source code is licensed under the license found in the | ||||
| # LICENSE file in the root directory of this source tree. | ||||
| # | ||||
| ################################################## | ||||
| # Copyright (c) Xuanyi Dong [GitHub D-X-Y], 2019 # | ||||
| ################################################## | ||||
| import os, sys, json | ||||
| from pathlib import Path | ||||
| from collections import namedtuple | ||||
|   | ||||
		Reference in New Issue
	
	Block a user