Reputation
Badges 1
109 × Eureka!I added folder with images, and then the pickle file with the descriptions: dataset.add_files('pickle_file.pkl')
so in my main file I have:
from my_package import dummy_module
dummy_module.func(args)
I've never created an image before..is it normal to take this long? 15 minutes?
all is good 🙂
and is this image just a VM with a docker?
what could be wrong?
I had to downgrade tensorflow 2.4 to 2.2 though..any idea why?
ahh, I see cool 🙂
where can I find more info about why it failed?
the thing is that I have to manually add all imports of packages that don't appear in my main script
it would be completed right after the upload
yes, that would work, except that I need to modify tensorflow as well..I'm currently working on creating a wheel for modified tf..but it's taking a while...
Hi AgitatedDove14 , now I'm seeing under INSTALLED PACKAGES both "." and "my_package"..what could be the issue here?
just this one...it marks as completed when executed locally
so I have a couple of questions regarding setup.py.
If I add the requirement '.' as the last entry, does that mean that it will install my package lastly? Can I do in setup.py the modifications to the tensorflow code?I need to see how I can change the tensoflow code after it was installed and prevent other tensorflow installation to overwrite it..is it clear?
great, thanks! 🙂
for it to work in a remote worker
and what about those packages that are not being loaded because they don't appear in the main file?
How would you like me to share it?
So far I have this:
tensorflow_object_detection_autoinstall.sh
Before running:
You need to set your venv
install numpyexport TF_DIR=$HOME/tensorflow mkdir $TF_DIR cd $TF_DIR echo
pwdwget
unzip protoc-3.14.0-linux-x86_64.zip -d protoc export PATH=$PATH:
pwd`/protoc/bin
git clone
cd models
git checkout 8a06433
cd $TF_DIR/models/research
protoc object_detection/protos/*.proto --python_out=.
git clone
cd cocoapi/PythonAPI
make
cp -r py...
and can the agent when running locally with no base docker, inherit as well system wide packages?
it seems that I need to add it ( import pandas
) in the main file...even though I don't use it there...
I had to mask some parts 😁