Update resnet.py with New Numpy Operators (#1408) #4
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
resnet.py numpy
fix both document and a bug for RandomCrop (fix both document and a bug for RandomCrop dmlc/gluon-cv#1389)
fix both document and a bug for RandomCrop
RandomCrop
pad first and then crop, not what is said in the document or even CIFAR tutorials.further, an error occurs with the default
pad=None
This PR is intend to fix both the document and the BUG which caused
pad
cannot be optional.make pylint happy.
happy-2
I just think monkey patch may goes faster than the useless switch in the forward step
make checkers happy
fix CI checks
Update resnet.py
Update resnet.py
Update resnet.py
bump up to 0.9 pre (bump up to 0.9 pre dmlc/gluon-cv#1412)
bump up to 0.9 pre
fix nightly build mxnet
Update resnet.py
fixing ci
Revert "fixing ci"
This reverts commit d2daaa3.
Update resnet.py
fix ci checks err
fix ci check errors
fix ci check errors
fix ci check errors
fix ci check errors
fix ci check errors
fix ci sanity check errors
fix ci check errors
fix ci check errors
fix type errors add as_nd_ndarray
fix ci check errors
modifying ssd.py resnet.py anchor.py
fix sanity check errors
fix sanity check warnings
modifying batchify,py rcnn.py anchor.py rpn_target
fix rpn_target.py sanity
modify batchify.py sanity checks
revert gluoncv/data/batchify.py to 1d84cae
modifying batchify.py
ssd.py nd.concat with as_np_ndarray
ssd.py nd.concat with as_np_ndarray
errors still exist
fix ci check errors
fix sanity check errors
fix sanity check, modify matcher.py
disable unittest of ssd
fix test_data_transforms.py
disable all unnecessary
disable unnecessay tests for resnet.py
import unittest test_nn utils_bbox metric parallel
disable uncessary tests for resnet
skip test_get_all_models
disable unnecessary tests
disable more test cases
disable resnet_v1b tests
fix tests bugs in test_model_zoo.py
disable tests for resnest
disable tests for se_resnet
disable nasnet tests
disable other tests
disable more tests
fix carelessness
disable tests
import unittest
unuse as_np_ndarray()
convert inputs to numpy ndarray
revert all changes except resnet.py
modifying image.py
Co-authored-by: jinboci cijinbo@outlook.com
Co-authored-by: Neutron3529 qweytr_1@163.com
Co-authored-by: Joshua Z. Zhang cheungchih@gmail.com
Co-authored-by: Ubuntu ubuntu@ip-172-31-29-176.ap-northeast-1.compute.internal