You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A lot of the kwargs are currently named confusingly. For example cycle refers to the number of times we sample the imagnet dataset to produce a fresh batch of images, for which nsamples sounds ideal. However, nsamples is used to denote the number of samples that are pulled out at every sampling.
We also need to use a path instead of a boolean for saveweights. Currently it saves these weights in a very blackbox manner, and indeed as a package it would fail to operate within the package directory. It needs to operate on a user defined path (which has write permissions).
The text was updated successfully, but these errors were encountered:
A lot of the kwargs are currently named confusingly. For example
cycle
refers to the number of times we sample the imagnet dataset to produce a fresh batch of images, for whichnsamples
sounds ideal. However,nsamples
is used to denote the number of samples that are pulled out at every sampling.We also need to use a path instead of a boolean for
saveweights
. Currently it saves these weights in a very blackbox manner, and indeed as a package it would fail to operate within the package directory. It needs to operate on a user defined path (which has write permissions).The text was updated successfully, but these errors were encountered: