Closed omri374 closed 6 years ago
Related to this comment
I'm facing a similar issue.
@omri374 Hi, please refer to the previously referenced issue #2713 it has been fixed.
Please close this one if you are through with it. Otherwise, right back and I'll try to solve it.
@hellosaumil Thanks! It now works.
@omri374 😄
Hi, I am facing a similar problem while trying to run the python run_fast_rcnn.py from the examples in Fast RCNN
(C:\local\Anaconda3-4.1.1-Windows-x86_64\envs\cntk-py35) C:\local\CNTK-2-3\cntk\Examples\Image\Detection\FastRCNN>python run_fast_rcnn.py
Traceback (most recent call last):
File "run_fast_rcnn.py", line 9, in
I re-installed the python as well, but nothing worked.
Hi, Going over the tutorial here: https://docs.microsoft.com/en-us/cognitive-toolkit/Object-Detection-using-Fast-R-CNN
When running python run_fast_rcnn.py one gets an ImportException Traceback (most recent call last): File "run_fast_rcnn.py", line 9, in
from FastRCNN_train import prepare, train_fast_rcnn
File "/CNTK/Examples/Image/Detection/FastRCNN/FastRCNN_train.py", line 18, in
from cntk.learners import momentum_sgd, learning_parameter_schedule_per_sample, momentum_schedule
ImportError: cannot import name 'learning_parameter_schedule_per_sample'
I believe the CNTK code was changed but the example wasn't updated. Thanks!