mirror of
https://github.com/AntoineHX/BU_Stoch_pool.git
synced 2025-05-04 01:30:48 +02:00
fixed problem with inference with MyLeNetNoceil
This commit is contained in:
parent
019310e60c
commit
5504ca67ab
4 changed files with 157 additions and 138 deletions
2
main.py
2
main.py
|
@ -51,7 +51,7 @@ checkpoint=False
|
|||
|
||||
# Data
|
||||
print('==> Preparing data..')
|
||||
dataroot="~/scratch/data" #"./data"
|
||||
dataroot="./data"#"~/scratch/data" #"./data"
|
||||
download_data=False
|
||||
transform_train = [
|
||||
# transforms.RandomCrop(32, padding=4),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue