Skip to content

Jasper0420/Deep-Learning-Practice-AlexNet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deep-Learning-Practice-AlexNet

存在一个bug,在train.py文件中数据集的路径有问题

data_root = os.path.abspath(os.path.join(os.getcwd(), "../.."))

修改成

data_root = os.path.abspath(os.path.join(os.getcwd(), "./."))

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages